Html Css Color HEX #425715 Verdun Green

📋 copy color: '#425715'

red 66 ◦ green 87 ◦ blue 21

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

Shades of Verdun Green #425715

Tints of Verdun Green #425715

RGB

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

 GREEN value IS 87 (34.38% from 255) = 50%

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

R = 37.93%
G = 50%
B = 12.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#425715 (or 0x425715) is known color: Verdun Green. HEX triplet: 42, 57 and 15. RGB value is (66,87,21). Sum of RGB (Red+Green+Blue) = 66+87+21=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 87 (34.38% from 255 or 50% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 87 - color contains mainly: green. Hex color #425715 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425715 is #BDA8EA. Grayscale: #494949. Windows color (decimal): -12429547 or 1398594. OLE color: 1398594.

HSL color Cylindrical-coordinate representation of color #425715: hue angle of 79.09º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #425715 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 87 21 -
CMYK 0.24 0 0.76 0.66
HSL 79.09º 0.61% 0.21% -
HSV(B) 79.09º 0.76% 0.34% -
XYZ 5.79 8.03 1.95 -
YUV 73.2 98.54 122.87 -
System Red Green Blue C M Y K H S L
Decimal 66 87 21 0.24 0 0.76 0.66 79.09 0.61 0.21
Hex 42 57 15 18 0 4C 42 4F 3D 15
Octal 102 127 25 30 0 114 102 117 75 25
Binary 1000010 1010111 10101 11000 0 1001100 1000010 1001111 111101 10101

Color Harmonies of #425715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425715

Black with #425715

Text Example


Text Example

White with #425715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425715; }

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

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

background-color css

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

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

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

border-color css

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

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

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