#19552A

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

Shades of Crusoe #19552A

Tints of Crusoe #19552A

Color information

#19552A (or 0x19552A) is unknown color: approx Crusoe. HEX triplet: 19, 55 and 2A. RGB value is (25,85,42). Sum of RGB (Red+Green+Blue) = 25+85+42=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #19552A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19552A is #E6AAD5. Grayscale: #3E3E3E. Windows color (decimal): -15117014 or 2774297. OLE color: 2774297.

HSL color Cylindrical-coordinate representation of color #19552A: hue angle of 137º 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 #19552A is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB258542-
CMYK0.7100.510.67
HSL137º54.55%21.57%-
HSV(B)137º70.59%33.33%-
XYZ4.076.873.3-
YUV62.16116.62101.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.45%
GREEN value IS 85 (33.59% from 255) = 55.92%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=16.45%
G=55.92%
B=27.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2585420.7100.510.6713754.5521.57
Hex19552A4703343893716
Octal31125521070631032116726
Binary1100110101011010101000111011001110000111000100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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