#19612B

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

Shades of Crusoe #19612B

Tints of Crusoe #19612B

Color information

#19612B (or 0x19612B) is unknown color: approx Crusoe. HEX triplet: 19, 61 and 2B. RGB value is (25,97,43). Sum of RGB (Red+Green+Blue) = 25+97+43=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #19612B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19612B is #E69ED4. Grayscale: #454545. Windows color (decimal): -15113941 or 2842905. OLE color: 2842905.

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

Color convert

RGB259743-
CMYK0.7400.560.62
HSL135º59.02%23.92%-
HSV(B)135º74.23%38.04%-
XYZ5.118.933.74-
YUV69.32113.1596.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.15%
GREEN value IS 97 (38.28% from 255) = 58.79%
BLUE value IS 43 (17.19% from 255) = 26.06%
R=15.15%
G=58.79%
B=26.06%

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
Decimal2597430.7400.560.6213559.0223.92
Hex19612B4A0383E873b18
Octal3114153112070762077330
Binary110011100001101011100101001110001111101000011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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