#196230

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

Shades of Crusoe #196230

Tints of Crusoe #196230

Color information

#196230 (or 0x196230) is unknown color: approx Crusoe. HEX triplet: 19, 62 and 30. RGB value is (25,98,48). Sum of RGB (Red+Green+Blue) = 25+98+48=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #196230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196230 is #E69DCF. Grayscale: #464646. Windows color (decimal): -15113680 or 3170841. OLE color: 3170841.

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

Color convert

RGB259848-
CMYK0.7400.510.62
HSL138.9º59.35%24.12%-
HSV(B)138.9º74.49%38.43%-
XYZ5.39.164.28-
YUV70.47115.3295.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.62%
GREEN value IS 98 (38.67% from 255) = 57.31%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=14.62%
G=57.31%
B=28.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2598480.7400.510.62138.959.3524.12
Hex1962304A0333E8b3b18
Octal3114260112063762137330
Binary110011100010110000100101001100111111101000101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196230; }

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

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

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

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

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

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

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

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