#19542C

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

Shades of Crusoe #19542C

Tints of Crusoe #19542C

Color information

#19542C (or 0x19542C) is unknown color: approx Crusoe. HEX triplet: 19, 54 and 2C. RGB value is (25,84,44). Sum of RGB (Red+Green+Blue) = 25+84+44=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #19542C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19542C is #E6ABD3. Grayscale: #3D3D3D. Windows color (decimal): -15117268 or 2905113. OLE color: 2905113.

HSL color Cylindrical-coordinate representation of color #19542C: hue angle of 139.32º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #19542C is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB258444-
CMYK0.7000.480.67
HSL139.32º54.13%21.37%-
HSV(B)139.32º70.24%32.94%-
XYZ4.036.733.47-
YUV61.8117.95101.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.34%
GREEN value IS 84 (33.20% from 255) = 54.90%
BLUE value IS 44 (17.58% from 255) = 28.76%
R=16.34%
G=54.90%
B=28.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2584440.7000.480.67139.3254.1321.37
Hex19542C46030438b3615
Octal31124541060601032136625
Binary1100110101001011001000110011000010000111000101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19542C; }

 p { color: rgb(25,84,44); }

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

<style>
 a { background-color: #19542C; }

 a { background-color: rgb(25,84,44); }

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

<style>
 span { border-color: #19542C; }

 span { border-color: rgb(25,84,44); }

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