Html Css Color HEX #42550D Verdun Green

📋 copy color: '#42550D'

red 66 ◦ green 85 ◦ blue 13

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

Shades of Verdun Green #42550D

Tints of Verdun Green #42550D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.93%

R = 40.24%
G = 51.83%
B = 7.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#42550D (or 0x42550D) is known color: Verdun Green. HEX triplet: 42, 55 and 0D. RGB value is (66,85,13). Sum of RGB (Red+Green+Blue) = 66+85+13=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #42550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42550D is #BDAAF2. Grayscale: #474747. Windows color (decimal): -12430067 or 873794. OLE color: 873794.

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

Color convert

RGB 66 85 13 -
CMYK 0.22 0 0.85 0.67
HSL 75.83º 0.73% 0.19% -
HSV(B) 75.83º 0.85% 0.33% -
XYZ 5.57 7.68 1.57 -
YUV 71.11 95.21 124.35 -
System Red Green Blue C M Y K H S L
Decimal 66 85 13 0.22 0 0.85 0.67 75.83 0.73 0.19
Hex 42 55 D 16 0 55 43 4C 49 13
Octal 102 125 15 26 0 125 103 114 111 23
Binary 1000010 1010101 1101 10110 0 1010101 1000011 1001100 1001001 10011

Color Harmonies of #42550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42550D

Black with #42550D

Text Example


Text Example

White with #42550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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