Html Css Color HEX #425115 Verdun Green

📋 copy color: '#425115'

red 66 ◦ green 81 ◦ blue 21

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

Shades of Verdun Green #425115

Tints of Verdun Green #425115

RGB

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

 GREEN value IS 81 (32.03% from 255) = 48.21%

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

R = 39.29%
G = 48.21%
B = 12.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#425115 (or 0x425115) is known color: Verdun Green. HEX triplet: 42, 51 and 15. RGB value is (66,81,21). Sum of RGB (Red+Green+Blue) = 66+81+21=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 81 - color contains mainly: green. Hex color #425115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425115 is #BDAEEA. Grayscale: #454545. Windows color (decimal): -12431083 or 1397058. OLE color: 1397058.

HSL color Cylindrical-coordinate representation of color #425115: hue angle of 75º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #425115 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 81 21 -
CMYK 0.19 0 0.74 0.68
HSL 75º 0.59% 0.2% -
HSV(B) 75º 0.74% 0.32% -
XYZ 5.32 7.1 1.8 -
YUV 69.68 100.53 125.38 -
System Red Green Blue C M Y K H S L
Decimal 66 81 21 0.19 0 0.74 0.68 75 0.59 0.2
Hex 42 51 15 13 0 4A 44 4B 3B 14
Octal 102 121 25 23 0 112 104 113 73 24
Binary 1000010 1010001 10101 10011 0 1001010 1000100 1001011 111011 10100

Color Harmonies of #425115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425115

Black with #425115

Text Example


Text Example

White with #425115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425115; }

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

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

background-color css

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

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

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

border-color css

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

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

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