Html Css Color HEX #42511C Verdun Green

📋 copy color: '#42511C'

red 66 ◦ green 81 ◦ blue 28

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

Shades of Verdun Green #42511C

Tints of Verdun Green #42511C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16%

R = 37.71%
G = 46.29%
B = 16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#42511C (or 0x42511C) is known color: Verdun Green. HEX triplet: 42, 51 and 1C. RGB value is (66,81,28). Sum of RGB (Red+Green+Blue) = 66+81+28=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #42511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42511C is #BDAEE3. Grayscale: #464646. Windows color (decimal): -12431076 or 1855810. OLE color: 1855810.

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

Color convert

RGB 66 81 28 -
CMYK 0.19 0 0.65 0.68
HSL 76.98º 0.49% 0.21% -
HSV(B) 76.98º 0.65% 0.32% -
XYZ 5.4 7.13 2.19 -
YUV 70.47 104.03 124.81 -
System Red Green Blue C M Y K H S L
Decimal 66 81 28 0.19 0 0.65 0.68 76.98 0.49 0.21
Hex 42 51 1C 13 0 41 44 4D 31 15
Octal 102 121 34 23 0 101 104 115 61 25
Binary 1000010 1010001 11100 10011 0 1000001 1000100 1001101 110001 10101

Color Harmonies of #42511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42511C

Black with #42511C

Text Example


Text Example

White with #42511C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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