#1B6227

Color #1B6227 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #1B6227

Tints of Camarone #1B6227

Color information

#1B6227 (or 0x1B6227) is unknown color: approx Camarone. HEX triplet: 1B, 62 and 27. RGB value is (27,98,39). Sum of RGB (Red+Green+Blue) = 27+98+39=164 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.46% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #1B6227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6227 is #E49DD8. Grayscale: #464646. Windows color (decimal): -14982617 or 2581019. OLE color: 2581019.

HSL color Cylindrical-coordinate representation of color #1B6227: hue angle of 130.14º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B6227 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB279839-
CMYK0.7200.600.62
HSL130.14º56.8%24.51%-
HSV(B)130.14º72.45%38.43%-
XYZ5.199.113.41-
YUV70.04110.4897.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 16.46%
GREEN value IS 98 (38.67% from 255) = 59.76%
BLUE value IS 39 (15.62% from 255) = 23.78%
R=16.46%
G=59.76%
B=23.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2798390.7200.600.62130.1456.824.51
Hex1B62274803C3E823919
Octal3314247110074762027131
Binary110111100010100111100100001111001111101000001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B6227; }

 p { color: rgb(27,98,39); }

 H1.HeaderClassName
 {
   color: #1B6227;
 }
 .AnyTagClassName
 {
   color: #1B6227;
 }
</style>
background-color css

<style>
 a { background-color: #1B6227; }

 a { background-color: rgb(27,98,39); }

 div.DivClassName
 {
   background-color: #1B6227;
 }
 .BgClassName
 {
   background-color: #1B6227;
 }
</style>
border-color css

<style>
 span { border-color: #1B6227; }

 span { border-color: rgb(27,98,39); }

 td.TdClassName
 {
   border-color: #1B6227;
 }
 .TagClassName
 {
   border-color: #1B6227;
 }
</style>