Html Css Color HEX #425815 Verdun Green

📋 copy color: '#425815'

red 66 ◦ green 88 ◦ blue 21

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

Shades of Verdun Green #425815

Tints of Verdun Green #425815

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.29%

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

R = 37.71%
G = 50.29%
B = 12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#425815 (or 0x425815) is known color: Verdun Green. HEX triplet: 42, 58 and 15. RGB value is (66,88,21). Sum of RGB (Red+Green+Blue) = 66+88+21=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #425815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425815 is #BDA7EA. Grayscale: #4A4A4A. Windows color (decimal): -12429291 or 1398850. OLE color: 1398850.

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

Color convert

RGB 66 88 21 -
CMYK 0.25 0 0.76 0.65
HSL 79.7º 0.61% 0.21% -
HSV(B) 79.7º 0.76% 0.35% -
XYZ 5.87 8.19 1.98 -
YUV 73.78 98.21 122.45 -
System Red Green Blue C M Y K H S L
Decimal 66 88 21 0.25 0 0.76 0.65 79.7 0.61 0.21
Hex 42 58 15 19 0 4C 41 50 3D 15
Octal 102 130 25 31 0 114 101 120 75 25
Binary 1000010 1011000 10101 11001 0 1001100 1000001 1010000 111101 10101

Color Harmonies of #425815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425815

Black with #425815

Text Example


Text Example

White with #425815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425815; }

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

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

background-color css

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

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

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

border-color css

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

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

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