Html Css Color HEX #42511E Verdun Green

📋 copy color: '#42511E'

red 66 ◦ green 81 ◦ blue 30

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

Shades of Verdun Green #42511E

Tints of Verdun Green #42511E

RGB

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

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

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

R = 37.29%
G = 45.76%
B = 16.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#42511E (or 0x42511E) is known color: Verdun Green. HEX triplet: 42, 51 and 1E. RGB value is (66,81,30). Sum of RGB (Red+Green+Blue) = 66+81+30=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 81 - color contains mainly: green. Hex color #42511E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42511E is #BDAEE1. Grayscale: #464646. Windows color (decimal): -12431074 or 1986882. OLE color: 1986882.

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

Color convert

RGB 66 81 30 -
CMYK 0.19 0 0.63 0.68
HSL 77.65º 0.46% 0.22% -
HSV(B) 77.65º 0.63% 0.32% -
XYZ 5.42 7.14 2.32 -
YUV 70.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 66 81 30 0.19 0 0.63 0.68 77.65 0.46 0.22
Hex 42 51 1E 13 0 3F 44 4E 2E 16
Octal 102 121 36 23 0 77 104 116 56 26
Binary 1000010 1010001 11110 10011 0 111111 1000100 1001110 101110 10110

Color Harmonies of #42511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42511E

Black with #42511E

Text Example


Text Example

White with #42511E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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