Html Css Color HEX #196942 Jewel

📋 copy color: '#196942'

red 25 ◦ green 105 ◦ blue 66

#196942
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #196942

Tints of Jewel #196942

RGB

 RED value IS 25 (10.16% from 255) = 12.76%

 GREEN value IS 105 (41.41% from 255) = 53.57%

 BLUE value IS 66 (26.17% from 255) = 33.67%

R = 12.76%
G = 53.57%
B = 33.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#196942 (or 0x196942) is known color: Jewel. HEX triplet: 19, 69 and 42. RGB value is (25,105,66). Sum of RGB (Red+Green+Blue) = 25+105+66=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #196942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196942 is #E696BD. Grayscale: #4C4C4C. Windows color (decimal): -15111870 or 4352281. OLE color: 4352281.

HSL color Cylindrical-coordinate representation of color #196942: hue angle of 150.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196942 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 105 66 -
CMYK 0.76 0 0.37 0.59
HSL 150.75º 0.62% 0.25% -
HSV(B) 150.75º 0.76% 0.41% -
XYZ 6.44 10.7 6.88 -
YUV 76.63 122 91.17 -
System Red Green Blue C M Y K H S L
Decimal 25 105 66 0.76 0 0.37 0.59 150.75 0.62 0.25
Hex 19 69 42 4C 0 25 3B 97 3E 19
Octal 31 151 102 114 0 45 73 227 76 31
Binary 11001 1101001 1000010 1001100 0 100101 111011 10010111 111110 11001

Color Harmonies of #196942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196942

Black with #196942

Text Example


Text Example

White with #196942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196942; }

 p { color: rgb(25,105,66); }

 H1.HeaderClassName
 {
   color: #196942;
 }
 .AnyTagClassName
 {
   color: #196942;
 }
</style>

background-color css

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

 a { background-color: rgb(25,105,66); }

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

border-color css

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

 span { border-color: rgb(25,105,66); }

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