Html Css Color HEX #32610B Verdun Green

📋 copy color: '#32610B'

red 50 ◦ green 97 ◦ blue 11

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

Shades of Verdun Green #32610B

Tints of Verdun Green #32610B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 61.39%

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

R = 31.65%
G = 61.39%
B = 6.96%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#32610B (or 0x32610B) is known color: Verdun Green. HEX triplet: 32, 61 and 0B. RGB value is (50,97,11). Sum of RGB (Red+Green+Blue) = 50+97+11=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 97 (38.28% from 255 or 61.39% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 97 - color contains mainly: green. Hex color #32610B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32610B is #CD9EF4. Grayscale: #494949. Windows color (decimal): -13475573 or 745778. OLE color: 745778.

HSL color Cylindrical-coordinate representation of color #32610B: hue angle of 92.79º 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 #32610B is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 97 11 -
CMYK 0.48 0 0.89 0.62
HSL 92.79º 0.8% 0.21% -
HSV(B) 92.79º 0.89% 0.38% -
XYZ 5.65 9.25 1.8 -
YUV 73.14 92.93 111.49 -
System Red Green Blue C M Y K H S L
Decimal 50 97 11 0.48 0 0.89 0.62 92.79 0.8 0.21
Hex 32 61 B 30 0 59 3E 5D 50 15
Octal 62 141 13 60 0 131 76 135 120 25
Binary 110010 1100001 1011 110000 0 1011001 111110 1011101 1010000 10101

Color Harmonies of #32610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32610B

Black with #32610B

Text Example


Text Example

White with #32610B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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