Html Css Color HEX #325B02 Verdun Green

📋 copy color: '#325B02'

red 50 ◦ green 91 ◦ blue 2

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

Shades of Verdun Green #325B02

Tints of Verdun Green #325B02

RGB

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

 GREEN value IS 91 (35.94% from 255) = 63.64%

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

R = 34.97%
G = 63.64%
B = 1.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.98

 K value IS 0.64

RGB Variations

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

Color information

#325B02 (or 0x325B02) is known color: Verdun Green. HEX triplet: 32, 5B and 02. RGB value is (50,91,2). Sum of RGB (Red+Green+Blue) = 50+91+2=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 91 (35.94% from 255 or 63.64% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 91 - color contains mainly: green. Hex color #325B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325B02 is #CDA4FD. Grayscale: #444444. Windows color (decimal): -13477118 or 154418. OLE color: 154418.

HSL color Cylindrical-coordinate representation of color #325B02: hue angle of 87.64º 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 #325B02 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 91 2 -
CMYK 0.45 0 0.98 0.64
HSL 87.64º 0.96% 0.18% -
HSV(B) 87.64º 0.98% 0.36% -
XYZ 5.07 8.16 1.37 -
YUV 68.6 90.42 114.74 -
System Red Green Blue C M Y K H S L
Decimal 50 91 2 0.45 0 0.98 0.64 87.64 0.96 0.18
Hex 32 5B 2 2D 0 62 40 58 60 12
Octal 62 133 2 55 0 142 100 130 140 22
Binary 110010 1011011 10 101101 0 1100010 1000000 1011000 1100000 10010

Color Harmonies of #325B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325B02

Black with #325B02

Text Example


Text Example

White with #325B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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