#1B5429

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

Shades of Crusoe #1B5429

Tints of Crusoe #1B5429

Color information

#1B5429 (or 0x1B5429) is unknown color: approx Crusoe. HEX triplet: 1B, 54 and 29. RGB value is (27,84,41). Sum of RGB (Red+Green+Blue) = 27+84+41=152 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.76% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #1B5429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5429 is #E4ABD6. Grayscale: #3E3E3E. Windows color (decimal): -14986199 or 2708507. OLE color: 2708507.

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

Color convert

RGB278441-
CMYK0.6800.510.67
HSL134.74º51.35%21.76%-
HSV(B)134.74º67.86%32.94%-
XYZ4.026.733.19-
YUV62.06116.12103-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.76%
GREEN value IS 84 (33.20% from 255) = 55.26%
BLUE value IS 41 (16.41% from 255) = 26.97%
R=17.76%
G=55.26%
B=26.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2784410.6800.510.67134.7451.3521.76
Hex1B54294403343873316
Octal33124511040631032076326
Binary1101110101001010011000100011001110000111000011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,84,41); }

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

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

 a { background-color: rgb(27,84,41); }

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

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

 span { border-color: rgb(27,84,41); }

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