#19552C

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

Shades of Crusoe #19552C

Tints of Crusoe #19552C

Color information

#19552C (or 0x19552C) is unknown color: approx Crusoe. HEX triplet: 19, 55 and 2C. RGB value is (25,85,44). Sum of RGB (Red+Green+Blue) = 25+85+44=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #19552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19552C is #E6AAD3. Grayscale: #3E3E3E. Windows color (decimal): -15117012 or 2905369. OLE color: 2905369.

HSL color Cylindrical-coordinate representation of color #19552C: hue angle of 139º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #19552C is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB258544-
CMYK0.7100.480.67
HSL139º54.55%21.57%-
HSV(B)139º70.59%33.33%-
XYZ4.16.893.5-
YUV62.39117.62101.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.23%
GREEN value IS 85 (33.59% from 255) = 55.19%
BLUE value IS 44 (17.58% from 255) = 28.57%
R=16.23%
G=55.19%
B=28.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2585440.7100.480.6713954.5521.57
Hex19552C47030438b3716
Octal31125541070601032136726
Binary1100110101011011001000111011000010000111000101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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