#196237

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

Shades of Crusoe #196237

Tints of Crusoe #196237

Color information

#196237 (or 0x196237) is unknown color: approx Crusoe. HEX triplet: 19, 62 and 37. RGB value is (25,98,55). Sum of RGB (Red+Green+Blue) = 25+98+55=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 98 (38.67% from 255 or 55.06% from 178); Blue value is 55 (21.88% from 255 or 30.90% from 178); Max value from RGB is 98 - color contains mainly: green. Hex color #196237 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196237 is #E69DC8. Grayscale: #474747. Windows color (decimal): -15113673 or 3629593. OLE color: 3629593.

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

Color convert

RGB259855-
CMYK0.7400.440.62
HSL144.66º59.35%24.12%-
HSV(B)144.66º74.49%38.43%-
XYZ5.469.225.11-
YUV71.27118.8295-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.04%
GREEN value IS 98 (38.67% from 255) = 55.06%
BLUE value IS 55 (21.88% from 255) = 30.90%
R=14.04%
G=55.06%
B=30.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2598550.7400.440.62144.6659.3524.12
Hex1962374A02C3E913b18
Octal3114267112054762217330
Binary110011100010110111100101001011001111101001000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196237; }

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

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

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

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

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

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

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

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