#1B5528

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

Shades of Crusoe #1B5528

Tints of Crusoe #1B5528

Color information

#1B5528 (or 0x1B5528) is unknown color: approx Crusoe. HEX triplet: 1B, 55 and 28. RGB value is (27,85,40). Sum of RGB (Red+Green+Blue) = 27+85+40=152 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.76% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #1B5528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5528 is #E4AAD7. Grayscale: #3E3E3E. Windows color (decimal): -14985944 or 2643227. OLE color: 2643227.

HSL color Cylindrical-coordinate representation of color #1B5528: hue angle of 133.45º 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 #1B5528 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB278540-
CMYK0.6800.530.67
HSL133.45º51.79%21.96%-
HSV(B)133.45º68.24%33.33%-
XYZ4.086.883.12-
YUV62.53115.28102.66-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.76%
GREEN value IS 85 (33.59% from 255) = 55.92%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=17.76%
G=55.92%
B=26.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2785400.6800.530.67133.4551.7921.96
Hex1B55284403543853416
Octal33125501040651032056426
Binary1101110101011010001000100011010110000111000010111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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