#1B6132

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

Shades of Crusoe #1B6132

Tints of Crusoe #1B6132

Color information

#1B6132 (or 0x1B6132) is unknown color: approx Crusoe. HEX triplet: 1B, 61 and 32. RGB value is (27,97,50). Sum of RGB (Red+Green+Blue) = 27+97+50=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #1B6132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6132 is #E49ECD. Grayscale: #464646. Windows color (decimal): -14982862 or 3301659. OLE color: 3301659.

HSL color Cylindrical-coordinate representation of color #1B6132: hue angle of 139.71º 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 #1B6132 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB279750-
CMYK0.7200.480.62
HSL139.71º56.45%24.31%-
HSV(B)139.71º72.16%38.04%-
XYZ5.39.014.48-
YUV70.71116.3196.82-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.52%
GREEN value IS 97 (38.28% from 255) = 55.75%
BLUE value IS 50 (19.92% from 255) = 28.74%
R=15.52%
G=55.75%
B=28.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2797500.7200.480.62139.7156.4524.31
Hex1B6132480303E8c3818
Octal3314162110060762147030
Binary110111100001110010100100001100001111101000110011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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