Html Css Color HEX #32580C Verdun Green

📋 copy color: '#32580C'

red 50 ◦ green 88 ◦ blue 12

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

Shades of Verdun Green #32580C

Tints of Verdun Green #32580C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8%

R = 33.33%
G = 58.67%
B = 8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#32580C (or 0x32580C) is known color: Verdun Green. HEX triplet: 32, 58 and 0C. RGB value is (50,88,12). Sum of RGB (Red+Green+Blue) = 50+88+12=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 88 (34.77% from 255 or 58.67% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 88 - color contains mainly: green. Hex color #32580C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32580C is #CDA7F3. Grayscale: #444444. Windows color (decimal): -13477876 or 809010. OLE color: 809010.

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

Color convert

RGB 50 88 12 -
CMYK 0.43 0 0.86 0.65
HSL 90º 0.76% 0.2% -
HSV(B) 90º 0.86% 0.35% -
XYZ 4.87 7.68 1.57 -
YUV 67.97 96.41 115.18 -
System Red Green Blue C M Y K H S L
Decimal 50 88 12 0.43 0 0.86 0.65 90 0.76 0.2
Hex 32 58 C 2B 0 56 41 5A 4C 14
Octal 62 130 14 53 0 126 101 132 114 24
Binary 110010 1011000 1100 101011 0 1010110 1000001 1011010 1001100 10100

Color Harmonies of #32580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32580C

Black with #32580C

Text Example


Text Example

White with #32580C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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