Html Css Color HEX #425615 Verdun Green

📋 copy color: '#425615'

red 66 ◦ green 86 ◦ blue 21

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

Shades of Verdun Green #425615

Tints of Verdun Green #425615

RGB

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

 GREEN value IS 86 (33.98% from 255) = 49.71%

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

R = 38.15%
G = 49.71%
B = 12.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#425615 (or 0x425615) is known color: Verdun Green. HEX triplet: 42, 56 and 15. RGB value is (66,86,21). Sum of RGB (Red+Green+Blue) = 66+86+21=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 86 (33.98% from 255 or 49.71% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 86 - color contains mainly: green. Hex color #425615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425615 is #BDA9EA. Grayscale: #484848. Windows color (decimal): -12429803 or 1398338. OLE color: 1398338.

HSL color Cylindrical-coordinate representation of color #425615: hue angle of 78.46º 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 #425615 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 86 21 -
CMYK 0.23 0 0.76 0.66
HSL 78.46º 0.61% 0.21% -
HSV(B) 78.46º 0.76% 0.34% -
XYZ 5.71 7.87 1.93 -
YUV 72.61 98.87 123.29 -
System Red Green Blue C M Y K H S L
Decimal 66 86 21 0.23 0 0.76 0.66 78.46 0.61 0.21
Hex 42 56 15 17 0 4C 42 4E 3D 15
Octal 102 126 25 27 0 114 102 116 75 25
Binary 1000010 1010110 10101 10111 0 1001100 1000010 1001110 111101 10101

Color Harmonies of #425615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425615

Black with #425615

Text Example


Text Example

White with #425615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425615; }

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

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

background-color css

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

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

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

border-color css

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

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

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