#196335

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

Shades of Crusoe #196335

Tints of Crusoe #196335

Color information

#196335 (or 0x196335) is unknown color: approx Crusoe. HEX triplet: 19, 63 and 35. RGB value is (25,99,53). Sum of RGB (Red+Green+Blue) = 25+99+53=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 99 (39.06% from 255 or 55.93% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 99 - color contains mainly: green. Hex color #196335 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196335 is #E69CCA. Grayscale: #474747. Windows color (decimal): -15113419 or 3498777. OLE color: 3498777.

HSL color Cylindrical-coordinate representation of color #196335: hue angle of 142.7º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196335 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB259953-
CMYK0.7500.460.61
HSL142.7º59.68%24.31%-
HSV(B)142.7º74.75%38.82%-
XYZ5.519.394.89-
YUV71.63117.4894.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.12%
GREEN value IS 99 (39.06% from 255) = 55.93%
BLUE value IS 53 (21.09% from 255) = 29.94%
R=14.12%
G=55.93%
B=29.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2599530.7500.460.61142.759.6824.31
Hex1963354B02E3D8f3c18
Octal3114365113056752177430
Binary110011100011110101100101101011101111011000111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196335; }

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

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

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

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

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

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

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

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