Html Css Color HEX #42550E Verdun Green

📋 copy color: '#42550E'

red 66 ◦ green 85 ◦ blue 14

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

Shades of Verdun Green #42550E

Tints of Verdun Green #42550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 51.52%

 BLUE value IS 14 (5.86% from 255) = 8.48%

R = 40%
G = 51.52%
B = 8.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#42550E (or 0x42550E) is known color: Verdun Green. HEX triplet: 42, 55 and 0E. RGB value is (66,85,14). Sum of RGB (Red+Green+Blue) = 66+85+14=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #42550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42550E is #BDAAF1. Grayscale: #474747. Windows color (decimal): -12430066 or 939330. OLE color: 939330.

HSL color Cylindrical-coordinate representation of color #42550E: hue angle of 76.06º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42550E is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 85 14 -
CMYK 0.22 0 0.84 0.67
HSL 76.06º 0.72% 0.19% -
HSV(B) 76.06º 0.84% 0.33% -
XYZ 5.57 7.69 1.61 -
YUV 71.23 95.71 124.27 -
System Red Green Blue C M Y K H S L
Decimal 66 85 14 0.22 0 0.84 0.67 76.06 0.72 0.19
Hex 42 55 E 16 0 54 43 4C 48 13
Octal 102 125 16 26 0 124 103 114 110 23
Binary 1000010 1010101 1110 10110 0 1010100 1000011 1001100 1001000 10011

Color Harmonies of #42550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42550E

Black with #42550E

Text Example


Text Example

White with #42550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,85,14); }

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

background-color css

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

 a { background-color: rgb(66,85,14); }

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

border-color css

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

 span { border-color: rgb(66,85,14); }

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