Html Css Color HEX #525303 Verdun Green

📋 copy color: '#525303'

red 82 ◦ green 83 ◦ blue 3

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

Shades of Verdun Green #525303

Tints of Verdun Green #525303

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.4%

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

R = 48.81%
G = 49.4%
B = 1.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#525303 (or 0x525303) is known color: Verdun Green. HEX triplet: 52, 53 and 03. RGB value is (82,83,3). Sum of RGB (Red+Green+Blue) = 82+83+3=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #525303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525303 is #ADACFC. Grayscale: #494949. Windows color (decimal): -11382013 or 217938. OLE color: 217938.

HSL color Cylindrical-coordinate representation of color #525303: hue angle of 60.75º 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 #525303 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 83 3 -
CMYK 0.01 0 0.96 0.67
HSL 60.75º 0.93% 0.17% -
HSV(B) 60.75º 0.96% 0.33% -
XYZ 6.59 7.99 1.28 -
YUV 73.58 88.17 134 -
System Red Green Blue C M Y K H S L
Decimal 82 83 3 0.01 0 0.96 0.67 60.75 0.93 0.17
Hex 52 53 3 1 0 60 43 3D 5D 11
Octal 122 123 3 1 0 140 103 75 135 21
Binary 1010010 1010011 11 1 0 1100000 1000011 111101 1011101 10001

Color Harmonies of #525303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525303

Black with #525303

Text Example


Text Example

White with #525303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525303; }

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

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

background-color css

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

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

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

border-color css

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

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

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