Html Css Color HEX #42511D Verdun Green

📋 copy color: '#42511D'

red 66 ◦ green 81 ◦ blue 29

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

Shades of Verdun Green #42511D

Tints of Verdun Green #42511D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.02%

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

R = 37.5%
G = 46.02%
B = 16.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#42511D (or 0x42511D) is known color: Verdun Green. HEX triplet: 42, 51 and 1D. RGB value is (66,81,29). Sum of RGB (Red+Green+Blue) = 66+81+29=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 81 - color contains mainly: green. Hex color #42511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42511D is #BDAEE2. Grayscale: #464646. Windows color (decimal): -12431075 or 1921346. OLE color: 1921346.

HSL color Cylindrical-coordinate representation of color #42511D: hue angle of 77.31º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42511D is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 81 29 -
CMYK 0.19 0 0.64 0.68
HSL 77.31º 0.47% 0.22% -
HSV(B) 77.31º 0.64% 0.32% -
XYZ 5.41 7.13 2.25 -
YUV 70.59 104.53 124.73 -
System Red Green Blue C M Y K H S L
Decimal 66 81 29 0.19 0 0.64 0.68 77.31 0.47 0.22
Hex 42 51 1D 13 0 40 44 4D 2F 16
Octal 102 121 35 23 0 100 104 115 57 26
Binary 1000010 1010001 11101 10011 0 1000000 1000100 1001101 101111 10110

Color Harmonies of #42511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42511D

Black with #42511D

Text Example


Text Example

White with #42511D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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