#196330

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

Shades of Crusoe #196330

Tints of Crusoe #196330

Color information

#196330 (or 0x196330) is unknown color: approx Crusoe. HEX triplet: 19, 63 and 30. RGB value is (25,99,48). Sum of RGB (Red+Green+Blue) = 25+99+48=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #196330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196330 is #E69CCF. Grayscale: #474747. Windows color (decimal): -15113424 or 3171097. OLE color: 3171097.

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

Color convert

RGB259948-
CMYK0.7500.520.61
HSL138.65º59.68%24.31%-
HSV(B)138.65º74.75%38.82%-
XYZ5.49.344.32-
YUV71.06114.9895.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.53%
GREEN value IS 99 (39.06% from 255) = 57.56%
BLUE value IS 48 (19.14% from 255) = 27.91%
R=14.53%
G=57.56%
B=27.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2599480.7500.520.61138.6559.6824.31
Hex1963304B0343D8b3c18
Octal3114360113064752137430
Binary110011100011110000100101101101001111011000101111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196330; }

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

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

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

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

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

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

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

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