Html Css Color HEX #32580A Verdun Green

📋 copy color: '#32580A'

red 50 ◦ green 88 ◦ blue 10

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

Shades of Verdun Green #32580A

Tints of Verdun Green #32580A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.76%

R = 33.78%
G = 59.46%
B = 6.76%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#32580A (or 0x32580A) is known color: Verdun Green. HEX triplet: 32, 58 and 0A. RGB value is (50,88,10). Sum of RGB (Red+Green+Blue) = 50+88+10=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 88 (34.77% from 255 or 59.46% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 88 - color contains mainly: green. Hex color #32580A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32580A is #CDA7F5. Grayscale: #444444. Windows color (decimal): -13477878 or 677938. OLE color: 677938.

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

Color convert

RGB 50 88 10 -
CMYK 0.43 0 0.89 0.65
HSL 89.23º 0.8% 0.19% -
HSV(B) 89.23º 0.89% 0.35% -
XYZ 4.86 7.68 1.51 -
YUV 67.75 95.41 115.34 -
System Red Green Blue C M Y K H S L
Decimal 50 88 10 0.43 0 0.89 0.65 89.23 0.8 0.19
Hex 32 58 A 2B 0 59 41 59 50 13
Octal 62 130 12 53 0 131 101 131 120 23
Binary 110010 1011000 1010 101011 0 1011001 1000001 1011001 1010000 10011

Color Harmonies of #32580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32580A

Black with #32580A

Text Example


Text Example

White with #32580A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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