Html Css Color HEX #425C02 Verdun Green

📋 copy color: '#425C02'

red 66 ◦ green 92 ◦ blue 2

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

Shades of Verdun Green #425C02

Tints of Verdun Green #425C02

RGB

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

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

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

R = 41.25%
G = 57.5%
B = 1.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.64

RGB Variations

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

Color information

#425C02 (or 0x425C02) is known color: Verdun Green. HEX triplet: 42, 5C and 02. RGB value is (66,92,2). Sum of RGB (Red+Green+Blue) = 66+92+2=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 92 (36.33% from 255 or 57.5% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 92 - color contains mainly: green. Hex color #425C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425C02 is #BDA3FD. Grayscale: #4A4A4A. Windows color (decimal): -12428286 or 154690. OLE color: 154690.

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

Color convert

RGB 66 92 2 -
CMYK 0.28 0 0.98 0.64
HSL 77.33º 0.96% 0.18% -
HSV(B) 77.33º 0.98% 0.36% -
XYZ 6.08 8.82 1.44 -
YUV 73.97 87.39 122.32 -
System Red Green Blue C M Y K H S L
Decimal 66 92 2 0.28 0 0.98 0.64 77.33 0.96 0.18
Hex 42 5C 2 1C 0 62 40 4D 60 12
Octal 102 134 2 34 0 142 100 115 140 22
Binary 1000010 1011100 10 11100 0 1100010 1000000 1001101 1100000 10010

Color Harmonies of #425C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C02

Black with #425C02

Text Example


Text Example

White with #425C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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