Html Css Color HEX #425612 Verdun Green

📋 copy color: '#425612'

red 66 ◦ green 86 ◦ blue 18

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

Shades of Verdun Green #425612

Tints of Verdun Green #425612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.59%

R = 38.82%
G = 50.59%
B = 10.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#425612 (or 0x425612) is known color: Verdun Green. HEX triplet: 42, 56 and 12. RGB value is (66,86,18). Sum of RGB (Red+Green+Blue) = 66+86+18=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 86 (33.98% from 255 or 50.59% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 86 - color contains mainly: green. Hex color #425612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425612 is #BDA9ED. Grayscale: #484848. Windows color (decimal): -12429806 or 1201730. OLE color: 1201730.

HSL color Cylindrical-coordinate representation of color #425612: hue angle of 77.65º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #425612 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 86 18 -
CMYK 0.23 0 0.79 0.66
HSL 77.65º 0.65% 0.2% -
HSV(B) 77.65º 0.79% 0.34% -
XYZ 5.68 7.86 1.79 -
YUV 72.27 97.37 123.53 -
System Red Green Blue C M Y K H S L
Decimal 66 86 18 0.23 0 0.79 0.66 77.65 0.65 0.2
Hex 42 56 12 17 0 4F 42 4E 41 14
Octal 102 126 22 27 0 117 102 116 101 24
Binary 1000010 1010110 10010 10111 0 1001111 1000010 1001110 1000001 10100

Color Harmonies of #425612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425612

Black with #425612

Text Example


Text Example

White with #425612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425612; }

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

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

background-color css

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

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

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

border-color css

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

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

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