#19622F

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

Shades of Crusoe #19622F

Tints of Crusoe #19622F

Color information

#19622F (or 0x19622F) is unknown color: approx Crusoe. HEX triplet: 19, 62 and 2F. RGB value is (25,98,47). Sum of RGB (Red+Green+Blue) = 25+98+47=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #19622F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19622F is #E69DD0. Grayscale: #464646. Windows color (decimal): -15113681 or 3105305. OLE color: 3105305.

HSL color Cylindrical-coordinate representation of color #19622F: hue angle of 138.08º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19622F is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB259847-
CMYK0.7400.520.62
HSL138.08º59.35%24.12%-
HSV(B)138.08º74.49%38.43%-
XYZ5.289.154.18-
YUV70.36114.8295.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.71%
GREEN value IS 98 (38.67% from 255) = 57.65%
BLUE value IS 47 (18.75% from 255) = 27.65%
R=14.71%
G=57.65%
B=27.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2598470.7400.520.62138.0859.3524.12
Hex19622F4A0343E8a3b18
Octal3114257112064762127330
Binary110011100010101111100101001101001111101000101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19622F; }

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

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

<style>
 a { background-color: #19622F; }

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

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

<style>
 span { border-color: #19622F; }

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

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