#1B5534

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

Shades of Crusoe #1B5534

Tints of Crusoe #1B5534

Color information

#1B5534 (or 0x1B5534) is unknown color: approx Crusoe. HEX triplet: 1B, 55 and 34. RGB value is (27,85,52). Sum of RGB (Red+Green+Blue) = 27+85+52=164 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.46% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 52 (20.70% from 255 or 31.71% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #1B5534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5534 is #E4AACB. Grayscale: #3F3F3F. Windows color (decimal): -14985932 or 3429659. OLE color: 3429659.

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

Color convert

RGB278552-
CMYK0.6800.390.67
HSL145.86º51.79%21.96%-
HSV(B)145.86º68.24%33.33%-
XYZ4.326.984.37-
YUV63.9121.28101.68-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.46%
GREEN value IS 85 (33.59% from 255) = 51.83%
BLUE value IS 52 (20.70% from 255) = 31.71%
R=16.46%
G=51.83%
B=31.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2785520.6800.390.67145.8651.7921.96
Hex1B55344402743923416
Octal33125641040471032226426
Binary1101110101011101001000100010011110000111001001011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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