#1B5523

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

Shades of Crusoe #1B5523

Tints of Crusoe #1B5523

Color information

#1B5523 (or 0x1B5523) is unknown color: approx Crusoe. HEX triplet: 1B, 55 and 23. RGB value is (27,85,35). Sum of RGB (Red+Green+Blue) = 27+85+35=147 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.37% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #1B5523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5523 is #E4AADC. Grayscale: #3E3E3E. Windows color (decimal): -14985949 or 2315547. OLE color: 2315547.

HSL color Cylindrical-coordinate representation of color #1B5523: hue angle of 128.28º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B5523 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB278535-
CMYK0.6800.590.67
HSL128.28º51.79%21.96%-
HSV(B)128.28º68.24%33.33%-
XYZ46.852.7-
YUV61.96112.78103.07-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.37%
GREEN value IS 85 (33.59% from 255) = 57.82%
BLUE value IS 35 (14.06% from 255) = 23.81%
R=18.37%
G=57.82%
B=23.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2785350.6800.590.67128.2851.7921.96
Hex1B55234403B43803416
Octal33125431040731032006426
Binary1101110101011000111000100011101110000111000000011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,85,35); }

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

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

 a { background-color: rgb(27,85,35); }

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

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

 span { border-color: rgb(27,85,35); }

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