Html Css Color HEX #42561D Verdun Green

📋 copy color: '#42561D'

red 66 ◦ green 86 ◦ blue 29

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

Shades of Verdun Green #42561D

Tints of Verdun Green #42561D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.02%

R = 36.46%
G = 47.51%
B = 16.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#42561D (or 0x42561D) is known color: Verdun Green. HEX triplet: 42, 56 and 1D. RGB value is (66,86,29). Sum of RGB (Red+Green+Blue) = 66+86+29=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 86 - color contains mainly: green. Hex color #42561D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42561D is #BDA9E2. Grayscale: #494949. Windows color (decimal): -12429795 or 1922626. OLE color: 1922626.

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

Color convert

RGB 66 86 29 -
CMYK 0.23 0 0.66 0.66
HSL 81.05º 0.5% 0.23% -
HSV(B) 81.05º 0.66% 0.34% -
XYZ 5.8 7.9 2.38 -
YUV 73.52 102.87 122.63 -
System Red Green Blue C M Y K H S L
Decimal 66 86 29 0.23 0 0.66 0.66 81.05 0.5 0.23
Hex 42 56 1D 17 0 42 42 51 32 17
Octal 102 126 35 27 0 102 102 121 62 27
Binary 1000010 1010110 11101 10111 0 1000010 1000010 1010001 110010 10111

Color Harmonies of #42561D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42561D

Black with #42561D

Text Example


Text Example

White with #42561D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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