#19622B

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

Shades of Crusoe #19622B

Tints of Crusoe #19622B

Color information

#19622B (or 0x19622B) is unknown color: approx Crusoe. HEX triplet: 19, 62 and 2B. RGB value is (25,98,43). Sum of RGB (Red+Green+Blue) = 25+98+43=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 98 (38.67% from 255 or 59.04% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 98 - color contains mainly: green. Hex color #19622B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19622B is #E69DD4. Grayscale: #464646. Windows color (decimal): -15113685 or 2843161. OLE color: 2843161.

HSL color Cylindrical-coordinate representation of color #19622B: hue angle of 134.79º 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 #19622B is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB259843-
CMYK0.7400.560.62
HSL134.79º59.35%24.12%-
HSV(B)134.79º74.49%38.43%-
XYZ5.29.123.77-
YUV69.9112.8295.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.06%
GREEN value IS 98 (38.67% from 255) = 59.04%
BLUE value IS 43 (17.19% from 255) = 25.90%
R=15.06%
G=59.04%
B=25.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2598430.7400.560.62134.7959.3524.12
Hex19622B4A0383E873b18
Octal3114253112070762077330
Binary110011100010101011100101001110001111101000011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19622B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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