Html Css Color HEX #32620B Verdun Green

📋 copy color: '#32620B'

red 50 ◦ green 98 ◦ blue 11

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

Shades of Verdun Green #32620B

Tints of Verdun Green #32620B

RGB

 RED value IS 50 (19.92% from 255) = 31.45%

 GREEN value IS 98 (38.67% from 255) = 61.64%

 BLUE value IS 11 (4.69% from 255) = 6.92%

R = 31.45%
G = 61.64%
B = 6.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#32620B (or 0x32620B) is known color: Verdun Green. HEX triplet: 32, 62 and 0B. RGB value is (50,98,11). Sum of RGB (Red+Green+Blue) = 50+98+11=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 98 (38.67% from 255 or 61.64% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 98 - color contains mainly: green. Hex color #32620B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32620B is #CD9DF4. Grayscale: #4A4A4A. Windows color (decimal): -13475317 or 746034. OLE color: 746034.

HSL color Cylindrical-coordinate representation of color #32620B: hue angle of 93.1º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32620B is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 98 11 -
CMYK 0.49 0 0.89 0.62
HSL 93.1º 0.8% 0.21% -
HSV(B) 93.1º 0.89% 0.38% -
XYZ 5.74 9.44 1.84 -
YUV 73.73 92.6 111.07 -
System Red Green Blue C M Y K H S L
Decimal 50 98 11 0.49 0 0.89 0.62 93.1 0.8 0.21
Hex 32 62 B 31 0 59 3E 5D 50 15
Octal 62 142 13 61 0 131 76 135 120 25
Binary 110010 1100010 1011 110001 0 1011001 111110 1011101 1010000 10101

Color Harmonies of #32620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32620B

Black with #32620B

Text Example


Text Example

White with #32620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32620B; }

 p { color: rgb(50,98,11); }

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

background-color css

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

 a { background-color: rgb(50,98,11); }

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

border-color css

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

 span { border-color: rgb(50,98,11); }

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