#1B5924

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

Shades of Crusoe #1B5924

Tints of Crusoe #1B5924

Color information

#1B5924 (or 0x1B5924) is unknown color: approx Crusoe. HEX triplet: 1B, 59 and 24. RGB value is (27,89,36). Sum of RGB (Red+Green+Blue) = 27+89+36=152 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.76% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #1B5924 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5924 is #E4A6DB. Grayscale: #404040. Windows color (decimal): -14984924 or 2382107. OLE color: 2382107.

HSL color Cylindrical-coordinate representation of color #1B5924: hue angle of 128.71º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B5924 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB278936-
CMYK0.7000.600.65
HSL128.71º53.45%22.75%-
HSV(B)128.71º69.66%34.9%-
XYZ4.347.512.89-
YUV64.42111.96101.31-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.76%
GREEN value IS 89 (35.16% from 255) = 58.55%
BLUE value IS 36 (14.45% from 255) = 23.68%
R=17.76%
G=58.55%
B=23.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2789360.7000.600.65128.7153.4522.75
Hex1B59244603C41813517
Octal33131441060741012016527
Binary1101110110011001001000110011110010000011000000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,89,36); }

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

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

 a { background-color: rgb(27,89,36); }

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

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

 span { border-color: rgb(27,89,36); }

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