Html Css Color HEX #535500 Verdun Green

📋 copy color: '#535500'

red 83 ◦ green 85 ◦ blue 0

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

Shades of Verdun Green #535500

Tints of Verdun Green #535500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.4%
G = 50.6%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#535500 (or 0x535500) is known color: Verdun Green. HEX triplet: 53, 55 and 00. RGB value is (83,85,0). Sum of RGB (Red+Green+Blue) = 83+85+0=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #535500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535500 is #ACAAFF. Grayscale: #4B4B4B. Windows color (decimal): -11315968 or 21843. OLE color: 21843.

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

Color convert

RGB 83 85 0 -
CMYK 0.02 0 1 0.67
HSL 61.41º 1% 0.17% -
HSV(B) 61.41º 1% 0.33% -
XYZ 6.82 8.34 1.25 -
YUV 74.71 85.84 133.91 -
System Red Green Blue C M Y K H S L
Decimal 83 85 0 0.02 0 1 0.67 61.41 1 0.17
Hex 53 55 0 2 0 64 43 3D 64 11
Octal 123 125 0 2 0 144 103 75 144 21
Binary 1010011 1010101 0 10 0 1100100 1000011 111101 1100100 10001

Color Harmonies of #535500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535500

Black with #535500

Text Example


Text Example

White with #535500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535500; }

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

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

background-color css

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

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

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

border-color css

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

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

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