#1B6127

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

Shades of Camarone #1B6127

Tints of Camarone #1B6127

Color information

#1B6127 (or 0x1B6127) is unknown color: approx Camarone. HEX triplet: 1B, 61 and 27. RGB value is (27,97,39). Sum of RGB (Red+Green+Blue) = 27+97+39=163 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.56% from 163); Green value is 97 (38.28% from 255 or 59.51% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 97 - color contains mainly: green. Hex color #1B6127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6127 is #E49ED8. Grayscale: #454545. Windows color (decimal): -14982873 or 2580763. OLE color: 2580763.

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

Color convert

RGB279739-
CMYK0.7200.600.62
HSL130.29º56.45%24.31%-
HSV(B)130.29º72.16%38.04%-
XYZ5.098.933.37-
YUV69.46110.8197.72-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.56%
GREEN value IS 97 (38.28% from 255) = 59.51%
BLUE value IS 39 (15.62% from 255) = 23.93%
R=16.56%
G=59.51%
B=23.93%

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
Decimal2797390.7200.600.62130.2956.4524.31
Hex1B61274803C3E823818
Octal3314147110074762027030
Binary110111100001100111100100001111001111101000001011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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