Html Css Color HEX #535505 Verdun Green

📋 copy color: '#535505'

red 83 ◦ green 85 ◦ blue 5

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

Shades of Verdun Green #535505

Tints of Verdun Green #535505

RGB

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

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

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

R = 47.98%
G = 49.13%
B = 2.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#535505 (or 0x535505) is known color: Verdun Green. HEX triplet: 53, 55 and 05. RGB value is (83,85,5). Sum of RGB (Red+Green+Blue) = 83+85+5=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #535505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535505 is #ACAAFA. Grayscale: #4B4B4B. Windows color (decimal): -11315963 or 349523. OLE color: 349523.

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

Color convert

RGB 83 85 5 -
CMYK 0.02 0 0.94 0.67
HSL 61.5º 0.89% 0.18% -
HSV(B) 61.5º 0.94% 0.33% -
XYZ 6.84 8.35 1.39 -
YUV 75.28 88.34 133.5 -
System Red Green Blue C M Y K H S L
Decimal 83 85 5 0.02 0 0.94 0.67 61.5 0.89 0.18
Hex 53 55 5 2 0 5E 43 3E 59 12
Octal 123 125 5 2 0 136 103 76 131 22
Binary 1010011 1010101 101 10 0 1011110 1000011 111110 1011001 10010

Color Harmonies of #535505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535505

Black with #535505

Text Example


Text Example

White with #535505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535505; }

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

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

background-color css

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

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

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

border-color css

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

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

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