Html Css Color HEX #425C03 Verdun Green

📋 copy color: '#425C03'

red 66 ◦ green 92 ◦ blue 3

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

Shades of Verdun Green #425C03

Tints of Verdun Green #425C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.86%

R = 40.99%
G = 57.14%
B = 1.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.64

RGB Variations

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

Color information

#425C03 (or 0x425C03) is known color: Verdun Green. HEX triplet: 42, 5C and 03. RGB value is (66,92,3). Sum of RGB (Red+Green+Blue) = 66+92+3=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 92 (36.33% from 255 or 57.14% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 92 - color contains mainly: green. Hex color #425C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425C03 is #BDA3FC. Grayscale: #4A4A4A. Windows color (decimal): -12428285 or 220226. OLE color: 220226.

HSL color Cylindrical-coordinate representation of color #425C03: hue angle of 77.53º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #425C03 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 92 3 -
CMYK 0.28 0 0.97 0.64
HSL 77.53º 0.94% 0.19% -
HSV(B) 77.53º 0.97% 0.36% -
XYZ 6.09 8.82 1.47 -
YUV 74.08 87.89 122.24 -
System Red Green Blue C M Y K H S L
Decimal 66 92 3 0.28 0 0.97 0.64 77.53 0.94 0.19
Hex 42 5C 3 1C 0 61 40 4E 5E 13
Octal 102 134 3 34 0 141 100 116 136 23
Binary 1000010 1011100 11 11100 0 1100001 1000000 1001110 1011110 10011

Color Harmonies of #425C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C03

Black with #425C03

Text Example


Text Example

White with #425C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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