#196025

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

Shades of Crusoe #196025

Tints of Crusoe #196025

Color information

#196025 (or 0x196025) is unknown color: approx Crusoe. HEX triplet: 19, 60 and 25. RGB value is (25,96,37). Sum of RGB (Red+Green+Blue) = 25+96+37=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 96 (37.89% from 255 or 60.76% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 96 - color contains mainly: green. Hex color #196025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196025 is #E69FDA. Grayscale: #444444. Windows color (decimal): -15114203 or 2449433. OLE color: 2449433.

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

Color convert

RGB259637-
CMYK0.7400.610.62
HSL130.14º58.68%23.73%-
HSV(B)130.14º73.96%37.65%-
XYZ4.928.713.17-
YUV68.04110.4897.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.82%
GREEN value IS 96 (37.89% from 255) = 60.76%
BLUE value IS 37 (14.84% from 255) = 23.42%
R=15.82%
G=60.76%
B=23.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2596370.7400.610.62130.1458.6823.73
Hex1960254A03D3E823b18
Octal3114045112075762027330
Binary110011100000100101100101001111011111101000001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196025; }

 p { color: rgb(25,96,37); }

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

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

 a { background-color: rgb(25,96,37); }

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

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

 span { border-color: rgb(25,96,37); }

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