Html Css Color HEX #52550E Verdun Green

📋 copy color: '#52550E'

red 82 ◦ green 85 ◦ blue 14

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

Shades of Verdun Green #52550E

Tints of Verdun Green #52550E

RGB

 RED value IS 82 (32.42% from 255) = 45.3%

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

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

R = 45.3%
G = 46.96%
B = 7.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#52550E (or 0x52550E) is known color: Verdun Green. HEX triplet: 52, 55 and 0E. RGB value is (82,85,14). Sum of RGB (Red+Green+Blue) = 82+85+14=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #52550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52550E is #ADAAF1. Grayscale: #4C4C4C. Windows color (decimal): -11381490 or 939346. OLE color: 939346.

HSL color Cylindrical-coordinate representation of color #52550E: hue angle of 62.54º 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 #52550E is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 85 14 -
CMYK 0.04 0 0.84 0.67
HSL 62.54º 0.72% 0.19% -
HSV(B) 62.54º 0.84% 0.33% -
XYZ 6.81 8.32 1.66 -
YUV 76.01 93.01 132.27 -
System Red Green Blue C M Y K H S L
Decimal 82 85 14 0.04 0 0.84 0.67 62.54 0.72 0.19
Hex 52 55 E 4 0 54 43 3F 48 13
Octal 122 125 16 4 0 124 103 77 110 23
Binary 1010010 1010101 1110 100 0 1010100 1000011 111111 1001000 10011

Color Harmonies of #52550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52550E

Black with #52550E

Text Example


Text Example

White with #52550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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