Html Css Color HEX #32580D Verdun Green

📋 copy color: '#32580D'

red 50 ◦ green 88 ◦ blue 13

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

Shades of Verdun Green #32580D

Tints of Verdun Green #32580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 58.28%

 BLUE value IS 13 (5.47% from 255) = 8.61%

R = 33.11%
G = 58.28%
B = 8.61%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#32580D (or 0x32580D) is known color: Verdun Green. HEX triplet: 32, 58 and 0D. RGB value is (50,88,13). Sum of RGB (Red+Green+Blue) = 50+88+13=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 88 (34.77% from 255 or 58.28% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 88 - color contains mainly: green. Hex color #32580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32580D is #CDA7F2. Grayscale: #444444. Windows color (decimal): -13477875 or 874546. OLE color: 874546.

HSL color Cylindrical-coordinate representation of color #32580D: hue angle of 90.4º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32580D is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 88 13 -
CMYK 0.43 0 0.85 0.65
HSL 90.4º 0.74% 0.2% -
HSV(B) 90.4º 0.85% 0.35% -
XYZ 4.88 7.69 1.61 -
YUV 68.09 96.91 115.1 -
System Red Green Blue C M Y K H S L
Decimal 50 88 13 0.43 0 0.85 0.65 90.4 0.74 0.2
Hex 32 58 D 2B 0 55 41 5A 4A 14
Octal 62 130 15 53 0 125 101 132 112 24
Binary 110010 1011000 1101 101011 0 1010101 1000001 1011010 1001010 10100

Color Harmonies of #32580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32580D

Black with #32580D

Text Example


Text Example

White with #32580D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32580D; }

 p { color: rgb(50,88,13); }

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

background-color css

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

 a { background-color: rgb(50,88,13); }

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

border-color css

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

 span { border-color: rgb(50,88,13); }

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