Html Css Color HEX #425015 Verdun Green

📋 copy color: '#425015'

red 66 ◦ green 80 ◦ blue 21

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

Shades of Verdun Green #425015

Tints of Verdun Green #425015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.9%

 BLUE value IS 21 (8.59% from 255) = 12.57%

R = 39.52%
G = 47.9%
B = 12.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#425015 (or 0x425015) is known color: Verdun Green. HEX triplet: 42, 50 and 15. RGB value is (66,80,21). Sum of RGB (Red+Green+Blue) = 66+80+21=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #425015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425015 is #BDAFEA. Grayscale: #454545. Windows color (decimal): -12431339 or 1396802. OLE color: 1396802.

HSL color Cylindrical-coordinate representation of color #425015: hue angle of 74.24º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #425015 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 80 21 -
CMYK 0.17 0 0.74 0.69
HSL 74.24º 0.58% 0.2% -
HSV(B) 74.24º 0.74% 0.31% -
XYZ 5.25 6.95 1.77 -
YUV 69.09 100.86 125.8 -
System Red Green Blue C M Y K H S L
Decimal 66 80 21 0.17 0 0.74 0.69 74.24 0.58 0.2
Hex 42 50 15 11 0 4A 45 4A 3A 14
Octal 102 120 25 21 0 112 105 112 72 24
Binary 1000010 1010000 10101 10001 0 1001010 1000101 1001010 111010 10100

Color Harmonies of #425015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425015

Black with #425015

Text Example


Text Example

White with #425015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425015; }

 p { color: rgb(66,80,21); }

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

background-color css

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

 a { background-color: rgb(66,80,21); }

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

border-color css

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

 span { border-color: rgb(66,80,21); }

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