Html Css Color HEX #525503 Verdun Green

📋 copy color: '#525503'

red 82 ◦ green 85 ◦ blue 3

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

Shades of Verdun Green #525503

Tints of Verdun Green #525503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.76%

R = 48.24%
G = 50%
B = 1.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#525503 (or 0x525503) is known color: Verdun Green. HEX triplet: 52, 55 and 03. RGB value is (82,85,3). Sum of RGB (Red+Green+Blue) = 82+85+3=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 3 (1.56% from 255 or 1.76% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #525503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525503 is #ADAAFC. Grayscale: #4B4B4B. Windows color (decimal): -11381501 or 218450. OLE color: 218450.

HSL color Cylindrical-coordinate representation of color #525503: hue angle of 62.2º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #525503 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 85 3 -
CMYK 0.04 0 0.96 0.67
HSL 62.2º 0.93% 0.17% -
HSV(B) 62.2º 0.96% 0.33% -
XYZ 6.74 8.3 1.33 -
YUV 74.76 87.51 133.17 -
System Red Green Blue C M Y K H S L
Decimal 82 85 3 0.04 0 0.96 0.67 62.2 0.93 0.17
Hex 52 55 3 4 0 60 43 3E 5D 11
Octal 122 125 3 4 0 140 103 76 135 21
Binary 1010010 1010101 11 100 0 1100000 1000011 111110 1011101 10001

Color Harmonies of #525503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525503

Black with #525503

Text Example


Text Example

White with #525503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525503; }

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

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

background-color css

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

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

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

border-color css

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

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

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