Html Css Color HEX #325C02 Verdun Green

📋 copy color: '#325C02'

red 50 ◦ green 92 ◦ blue 2

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

Shades of Verdun Green #325C02

Tints of Verdun Green #325C02

RGB

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

 GREEN value IS 92 (36.33% from 255) = 63.89%

 BLUE value IS 2 (1.17% from 255) = 1.39%

R = 34.72%
G = 63.89%
B = 1.39%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.98

 K value IS 0.64

RGB Variations

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

Color information

#325C02 (or 0x325C02) is known color: Verdun Green. HEX triplet: 32, 5C and 02. RGB value is (50,92,2). Sum of RGB (Red+Green+Blue) = 50+92+2=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 92 (36.33% from 255 or 63.89% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 92 - color contains mainly: green. Hex color #325C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325C02 is #CDA3FD. Grayscale: #454545. Windows color (decimal): -13476862 or 154674. OLE color: 154674.

HSL color Cylindrical-coordinate representation of color #325C02: hue angle of 88º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #325C02 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 92 2 -
CMYK 0.46 0 0.98 0.64
HSL 88º 0.96% 0.18% -
HSV(B) 88º 0.98% 0.36% -
XYZ 5.15 8.34 1.39 -
YUV 69.18 90.09 114.32 -
System Red Green Blue C M Y K H S L
Decimal 50 92 2 0.46 0 0.98 0.64 88 0.96 0.18
Hex 32 5C 2 2E 0 62 40 58 60 12
Octal 62 134 2 56 0 142 100 130 140 22
Binary 110010 1011100 10 101110 0 1100010 1000000 1011000 1100000 10010

Color Harmonies of #325C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C02

Black with #325C02

Text Example


Text Example

White with #325C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325C02; }

 p { color: rgb(50,92,2); }

 H1.HeaderClassName
 {
   color: #325C02;
 }
 .AnyTagClassName
 {
   color: #325C02;
 }
</style>

background-color css

<style>
 a { background-color: #325C02; }

 a { background-color: rgb(50,92,2); }

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

border-color css

<style>
 span { border-color: #325C02; }

 span { border-color: rgb(50,92,2); }

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