#196043

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

Shades of Jewel #196043

Tints of Jewel #196043

Color information

#196043 (or 0x196043) is unknown color: approx Jewel. HEX triplet: 19, 60 and 43. RGB value is (25,96,67). Sum of RGB (Red+Green+Blue) = 25+96+67=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #196043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196043 is #E69FBC. Grayscale: #474747. Windows color (decimal): -15114173 or 4415513. OLE color: 4415513.

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

Color convert

RGB259667-
CMYK0.7400.300.62
HSL155.49º58.68%23.73%-
HSV(B)155.49º73.96%37.65%-
XYZ5.68.986.75-
YUV71.46125.4894.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.30%
GREEN value IS 96 (37.89% from 255) = 51.06%
BLUE value IS 67 (26.56% from 255) = 35.64%
R=13.30%
G=51.06%
B=35.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2596670.7400.300.62155.4958.6823.73
Hex1960434A01E3E9b3b18
Octal31140103112036762337330
Binary110011100000100001110010100111101111101001101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196043; }

 p { color: rgb(25,96,67); }

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

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

 a { background-color: rgb(25,96,67); }

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

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

 span { border-color: rgb(25,96,67); }

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