#1B6130

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

Shades of Crusoe #1B6130

Tints of Crusoe #1B6130

Color information

#1B6130 (or 0x1B6130) is unknown color: approx Crusoe. HEX triplet: 1B, 61 and 30. RGB value is (27,97,48). Sum of RGB (Red+Green+Blue) = 27+97+48=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #1B6130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6130 is #E49ECF. Grayscale: #464646. Windows color (decimal): -14982864 or 3170587. OLE color: 3170587.

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

Color convert

RGB279748-
CMYK0.7200.510.62
HSL138º56.45%24.31%-
HSV(B)138º72.16%38.04%-
XYZ5.2694.26-
YUV70.48115.3196.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.70%
GREEN value IS 97 (38.28% from 255) = 56.40%
BLUE value IS 48 (19.14% from 255) = 27.91%
R=15.70%
G=56.40%
B=27.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2797480.7200.510.6213856.4524.31
Hex1B6130480333E8a3818
Octal3314160110063762127030
Binary110111100001110000100100001100111111101000101011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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