Html Css Color HEX #42561E Verdun Green

📋 copy color: '#42561E'

red 66 ◦ green 86 ◦ blue 30

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

Shades of Verdun Green #42561E

Tints of Verdun Green #42561E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.48%

R = 36.26%
G = 47.25%
B = 16.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.66

RGB Variations

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

Color information

#42561E (or 0x42561E) is known color: Verdun Green. HEX triplet: 42, 56 and 1E. RGB value is (66,86,30). Sum of RGB (Red+Green+Blue) = 66+86+30=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 86 - color contains mainly: green. Hex color #42561E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42561E is #BDA9E1. Grayscale: #494949. Windows color (decimal): -12429794 or 1988162. OLE color: 1988162.

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

Color convert

RGB 66 86 30 -
CMYK 0.23 0 0.65 0.66
HSL 81.43º 0.48% 0.23% -
HSV(B) 81.43º 0.65% 0.34% -
XYZ 5.81 7.91 2.45 -
YUV 73.64 103.37 122.55 -
System Red Green Blue C M Y K H S L
Decimal 66 86 30 0.23 0 0.65 0.66 81.43 0.48 0.23
Hex 42 56 1E 17 0 41 42 51 30 17
Octal 102 126 36 27 0 101 102 121 60 27
Binary 1000010 1010110 11110 10111 0 1000001 1000010 1010001 110000 10111

Color Harmonies of #42561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42561E

Black with #42561E

Text Example


Text Example

White with #42561E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42561E; }

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

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

background-color css

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

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

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

border-color css

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

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

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