Html Css Color HEX #425A02 Verdun Green

📋 copy color: '#425A02'

red 66 ◦ green 90 ◦ blue 2

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

Shades of Verdun Green #425A02

Tints of Verdun Green #425A02

RGB

 RED value IS 66 (26.17% from 255) = 41.77%

 GREEN value IS 90 (35.55% from 255) = 56.96%

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

R = 41.77%
G = 56.96%
B = 1.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#425A02 (or 0x425A02) is known color: Verdun Green. HEX triplet: 42, 5A and 02. RGB value is (66,90,2). Sum of RGB (Red+Green+Blue) = 66+90+2=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 90 (35.55% from 255 or 56.96% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 90 - color contains mainly: green. Hex color #425A02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425A02 is #BDA5FD. Grayscale: #494949. Windows color (decimal): -12428798 or 154178. OLE color: 154178.

HSL color Cylindrical-coordinate representation of color #425A02: hue angle of 76.36º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #425A02 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 90 2 -
CMYK 0.27 0 0.98 0.65
HSL 76.36º 0.96% 0.18% -
HSV(B) 76.36º 0.98% 0.35% -
XYZ 5.91 8.47 1.38 -
YUV 72.79 88.05 123.16 -
System Red Green Blue C M Y K H S L
Decimal 66 90 2 0.27 0 0.98 0.65 76.36 0.96 0.18
Hex 42 5A 2 1B 0 62 41 4C 60 12
Octal 102 132 2 33 0 142 101 114 140 22
Binary 1000010 1011010 10 11011 0 1100010 1000001 1001100 1100000 10010

Color Harmonies of #425A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425A02

Black with #425A02

Text Example


Text Example

White with #425A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425A02; }

 p { color: rgb(66,90,2); }

 H1.HeaderClassName
 {
   color: #425A02;
 }
 .AnyTagClassName
 {
   color: #425A02;
 }
</style>

background-color css

<style>
 a { background-color: #425A02; }

 a { background-color: rgb(66,90,2); }

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

border-color css

<style>
 span { border-color: #425A02; }

 span { border-color: rgb(66,90,2); }

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