#196235

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

Shades of Crusoe #196235

Tints of Crusoe #196235

Color information

#196235 (or 0x196235) is unknown color: approx Crusoe. HEX triplet: 19, 62 and 35. RGB value is (25,98,53). Sum of RGB (Red+Green+Blue) = 25+98+53=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #196235 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196235 is #E69DCA. Grayscale: #474747. Windows color (decimal): -15113675 or 3498521. OLE color: 3498521.

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

Color convert

RGB259853-
CMYK0.7400.460.62
HSL143.01º59.35%24.12%-
HSV(B)143.01º74.49%38.43%-
XYZ5.419.24.86-
YUV71.04117.8295.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.20%
GREEN value IS 98 (38.67% from 255) = 55.68%
BLUE value IS 53 (21.09% from 255) = 30.11%
R=14.20%
G=55.68%
B=30.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2598530.7400.460.62143.0159.3524.12
Hex1962354A02E3E8f3b18
Octal3114265112056762177330
Binary110011100010110101100101001011101111101000111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196235; }

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

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

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

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

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

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

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

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