Html Css Color HEX #42511A Verdun Green

📋 copy color: '#42511A'

red 66 ◦ green 81 ◦ blue 26

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

Shades of Verdun Green #42511A

Tints of Verdun Green #42511A

RGB

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

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

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

R = 38.15%
G = 46.82%
B = 15.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#42511A (or 0x42511A) is known color: Verdun Green. HEX triplet: 42, 51 and 1A. RGB value is (66,81,26). Sum of RGB (Red+Green+Blue) = 66+81+26=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #42511A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42511A is #BDAEE5. Grayscale: #464646. Windows color (decimal): -12431078 or 1724738. OLE color: 1724738.

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

Color convert

RGB 66 81 26 -
CMYK 0.19 0 0.68 0.68
HSL 76.36º 0.51% 0.21% -
HSV(B) 76.36º 0.68% 0.32% -
XYZ 5.38 7.12 2.07 -
YUV 70.25 103.03 124.97 -
System Red Green Blue C M Y K H S L
Decimal 66 81 26 0.19 0 0.68 0.68 76.36 0.51 0.21
Hex 42 51 1A 13 0 44 44 4C 33 15
Octal 102 121 32 23 0 104 104 114 63 25
Binary 1000010 1010001 11010 10011 0 1000100 1000100 1001100 110011 10101

Color Harmonies of #42511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42511A

Black with #42511A

Text Example


Text Example

White with #42511A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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