#1B542E

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

Shades of Crusoe #1B542E

Tints of Crusoe #1B542E

Color information

#1B542E (or 0x1B542E) is unknown color: approx Crusoe. HEX triplet: 1B, 54 and 2E. RGB value is (27,84,46). Sum of RGB (Red+Green+Blue) = 27+84+46=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #1B542E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B542E is #E4ABD1. Grayscale: #3E3E3E. Windows color (decimal): -14986194 or 3036187. OLE color: 3036187.

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

Color convert

RGB278446-
CMYK0.6800.450.67
HSL140º51.35%21.76%-
HSV(B)140º67.86%32.94%-
XYZ4.126.773.67-
YUV62.62118.62102.59-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.20%
GREEN value IS 84 (33.20% from 255) = 53.50%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=17.20%
G=53.50%
B=29.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2784460.6800.450.6714051.3521.76
Hex1B542E4402D438c3316
Octal33124561040551032146326
Binary1101110101001011101000100010110110000111000110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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