Html Css Color HEX #535305 Verdun Green

📋 copy color: '#535305'

red 83 ◦ green 83 ◦ blue 5

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

Shades of Verdun Green #535305

Tints of Verdun Green #535305

RGB

 RED value IS 83 (32.81% from 255) = 48.54%

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

 BLUE value IS 5 (2.34% from 255) = 2.92%

R = 48.54%
G = 48.54%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#535305 (or 0x535305) is known color: Verdun Green. HEX triplet: 53, 53 and 05. RGB value is (83,83,5). Sum of RGB (Red+Green+Blue) = 83+83+5=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535305 is #ACACFA. Grayscale: #4A4A4A. Windows color (decimal): -11316475 or 349011. OLE color: 349011.

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

Color convert

RGB 83 83 5 -
CMYK 0 0 0.94 0.67
HSL 60º 0.89% 0.17% -
HSV(B) 60º 0.94% 0.33% -
XYZ 6.69 8.04 1.34 -
YUV 74.11 89 134.34 -
System Red Green Blue C M Y K H S L
Decimal 83 83 5 0 0 0.94 0.67 60 0.89 0.17
Hex 53 53 5 0 0 5E 43 3C 59 11
Octal 123 123 5 0 0 136 103 74 131 21
Binary 1010011 1010011 101 0 0 1011110 1000011 111100 1011001 10001

Color Harmonies of #535305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535305

Black with #535305

Text Example


Text Example

White with #535305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535305; }

 p { color: rgb(83,83,5); }

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

background-color css

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

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

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

border-color css

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

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

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