Html Css Color HEX #425A16 Verdun Green

📋 copy color: '#425A16'

red 66 ◦ green 90 ◦ blue 22

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

Shades of Verdun Green #425A16

Tints of Verdun Green #425A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.36%

R = 37.08%
G = 50.56%
B = 12.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#425A16 (or 0x425A16) is known color: Verdun Green. HEX triplet: 42, 5A and 16. RGB value is (66,90,22). Sum of RGB (Red+Green+Blue) = 66+90+22=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #425A16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425A16 is #BDA5E9. Grayscale: #4B4B4B. Windows color (decimal): -12428778 or 1464898. OLE color: 1464898.

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

Color convert

RGB 66 90 22 -
CMYK 0.27 0 0.76 0.65
HSL 81.18º 0.61% 0.22% -
HSV(B) 81.18º 0.76% 0.35% -
XYZ 6.05 8.53 2.09 -
YUV 75.07 98.05 121.53 -
System Red Green Blue C M Y K H S L
Decimal 66 90 22 0.27 0 0.76 0.65 81.18 0.61 0.22
Hex 42 5A 16 1B 0 4C 41 51 3D 16
Octal 102 132 26 33 0 114 101 121 75 26
Binary 1000010 1011010 10110 11011 0 1001100 1000001 1010001 111101 10110

Color Harmonies of #425A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425A16

Black with #425A16

Text Example


Text Example

White with #425A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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