Html Css Color HEX #425905 Verdun Green

📋 copy color: '#425905'

red 66 ◦ green 89 ◦ blue 5

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

Shades of Verdun Green #425905

Tints of Verdun Green #425905

RGB

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

 GREEN value IS 89 (35.16% from 255) = 55.63%

 BLUE value IS 5 (2.34% from 255) = 3.13%

R = 41.25%
G = 55.63%
B = 3.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#425905 (or 0x425905) is known color: Verdun Green. HEX triplet: 42, 59 and 05. RGB value is (66,89,5). Sum of RGB (Red+Green+Blue) = 66+89+5=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 89 (35.16% from 255 or 55.62% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 89 - color contains mainly: green. Hex color #425905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425905 is #BDA6FA. Grayscale: #484848. Windows color (decimal): -12429051 or 350530. OLE color: 350530.

HSL color Cylindrical-coordinate representation of color #425905: hue angle of 76.43º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #425905 is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 89 5 -
CMYK 0.26 0 0.94 0.65
HSL 76.43º 0.89% 0.18% -
HSV(B) 76.43º 0.94% 0.35% -
XYZ 5.85 8.31 1.44 -
YUV 72.55 89.88 123.33 -
System Red Green Blue C M Y K H S L
Decimal 66 89 5 0.26 0 0.94 0.65 76.43 0.89 0.18
Hex 42 59 5 1A 0 5E 41 4C 59 12
Octal 102 131 5 32 0 136 101 114 131 22
Binary 1000010 1011001 101 11010 0 1011110 1000001 1001100 1011001 10010

Color Harmonies of #425905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425905

Black with #425905

Text Example


Text Example

White with #425905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425905; }

 p { color: rgb(66,89,5); }

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

background-color css

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

 a { background-color: rgb(66,89,5); }

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

border-color css

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

 span { border-color: rgb(66,89,5); }

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