Html Css Color HEX #425517 Verdun Green

📋 copy color: '#425517'

red 66 ◦ green 85 ◦ blue 23

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

Shades of Verdun Green #425517

Tints of Verdun Green #425517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.85%

 BLUE value IS 23 (9.38% from 255) = 13.22%

R = 37.93%
G = 48.85%
B = 13.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#425517 (or 0x425517) is known color: Verdun Green. HEX triplet: 42, 55 and 17. RGB value is (66,85,23). Sum of RGB (Red+Green+Blue) = 66+85+23=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #425517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425517 is #BDAAE8. Grayscale: #484848. Windows color (decimal): -12430057 or 1529154. OLE color: 1529154.

HSL color Cylindrical-coordinate representation of color #425517: hue angle of 78.39º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #425517 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 85 23 -
CMYK 0.22 0 0.73 0.67
HSL 78.39º 0.57% 0.21% -
HSV(B) 78.39º 0.73% 0.33% -
XYZ 5.65 7.72 2 -
YUV 72.25 100.21 123.54 -
System Red Green Blue C M Y K H S L
Decimal 66 85 23 0.22 0 0.73 0.67 78.39 0.57 0.21
Hex 42 55 17 16 0 49 43 4E 39 15
Octal 102 125 27 26 0 111 103 116 71 25
Binary 1000010 1010101 10111 10110 0 1001001 1000011 1001110 111001 10101

Color Harmonies of #425517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425517

Black with #425517

Text Example


Text Example

White with #425517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425517; }

 p { color: rgb(66,85,23); }

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

background-color css

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

 a { background-color: rgb(66,85,23); }

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

border-color css

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

 span { border-color: rgb(66,85,23); }

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