Html Css Color HEX #20694A Jewel

📋 copy color: '#20694A'

red 32 ◦ green 105 ◦ blue 74

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

Shades of Jewel #20694A

Tints of Jewel #20694A

RGB

 RED value IS 32 (12.89% from 255) = 15.17%

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

 BLUE value IS 74 (29.3% from 255) = 35.07%

R = 15.17%
G = 49.76%
B = 35.07%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#20694A (or 0x20694A) is known color: Jewel. HEX triplet: 20, 69 and 4A. RGB value is (32,105,74). Sum of RGB (Red+Green+Blue) = 32+105+74=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #20694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20694A is #DF96B5. Grayscale: #4F4F4F. Windows color (decimal): -14653110 or 4876576. OLE color: 4876576.

HSL color Cylindrical-coordinate representation of color #20694A: hue angle of 154.52º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20694A is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 32 105 74 -
CMYK 0.70 0 0.30 0.59
HSL 154.52º 0.53% 0.27% -
HSV(B) 154.52º 0.7% 0.41% -
XYZ 6.88 10.9 8.22 -
YUV 79.64 124.82 94.02 -
System Red Green Blue C M Y K H S L
Decimal 32 105 74 0.70 0 0.30 0.59 154.52 0.53 0.27
Hex 20 69 4A 46 0 1E 3B 9B 35 1B
Octal 40 151 112 106 0 36 73 233 65 33
Binary 100000 1101001 1001010 1000110 0 11110 111011 10011011 110101 11011

Color Harmonies of #20694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20694A

Black with #20694A

Text Example


Text Example

White with #20694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20694A; }

 p { color: rgb(32,105,74); }

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

background-color css

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

 a { background-color: rgb(32,105,74); }

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

border-color css

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

 span { border-color: rgb(32,105,74); }

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