#19552f

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

Shades of Crusoe #19552F

Tints of Crusoe #19552F

Color information

#19552F (or 0x19552F) is unknown color: approx Crusoe. HEX triplet: 19, 55 and 2F. RGB value is (25,85,47). Sum of RGB (Red+Green+Blue) = 25+85+47=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #19552F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19552F is #E6AAD0. Grayscale: #3E3E3E. Windows color (decimal): -15117009 or 3101977. OLE color: 3101977.

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

Color convert

RGB258547-
CMYK0.7100.450.67
HSL142º54.55%21.57%-
HSV(B)142º70.59%33.33%-
XYZ4.166.913.8-
YUV62.73119.12101.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.92%
GREEN value IS 85 (33.59% from 255) = 54.14%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=15.92%
G=54.14%
B=29.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2585470.7100.450.6714254.5521.57
Hex19552F4702D438e3716
Octal31125571070551032166726
Binary1100110101011011111000111010110110000111000111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19552f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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