Html Css Color HEX #42561A Verdun Green

📋 copy color: '#42561A'

red 66 ◦ green 86 ◦ blue 26

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

Shades of Verdun Green #42561A

Tints of Verdun Green #42561A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.61%

R = 37.08%
G = 48.31%
B = 14.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#42561A (or 0x42561A) is known color: Verdun Green. HEX triplet: 42, 56 and 1A. RGB value is (66,86,26). Sum of RGB (Red+Green+Blue) = 66+86+26=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 86 - color contains mainly: green. Hex color #42561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42561A is #BDA9E5. Grayscale: #494949. Windows color (decimal): -12429798 or 1726018. OLE color: 1726018.

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

Color convert

RGB 66 86 26 -
CMYK 0.23 0 0.70 0.66
HSL 80º 0.54% 0.22% -
HSV(B) 80º 0.7% 0.34% -
XYZ 5.76 7.89 2.2 -
YUV 73.18 101.37 122.88 -
System Red Green Blue C M Y K H S L
Decimal 66 86 26 0.23 0 0.70 0.66 80 0.54 0.22
Hex 42 56 1A 17 0 46 42 50 36 16
Octal 102 126 32 27 0 106 102 120 66 26
Binary 1000010 1010110 11010 10111 0 1000110 1000010 1010000 110110 10110

Color Harmonies of #42561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42561A

Black with #42561A

Text Example


Text Example

White with #42561A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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