Html Css Color HEX #535208 Verdun Green

📋 copy color: '#535208'

red 83 ◦ green 82 ◦ blue 8

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

Shades of Verdun Green #535208

Tints of Verdun Green #535208

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.4%

 BLUE value IS 8 (3.52% from 255) = 4.62%

R = 47.98%
G = 47.4%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#535208 (or 0x535208) is known color: Verdun Green. HEX triplet: 53, 52 and 08. RGB value is (83,82,8). Sum of RGB (Red+Green+Blue) = 83+82+8=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #535208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535208 is #ACADF7. Grayscale: #4A4A4A. Windows color (decimal): -11316728 or 545363. OLE color: 545363.

HSL color Cylindrical-coordinate representation of color #535208: hue angle of 59.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #535208 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 82 8 -
CMYK 0 0.01 0.90 0.67
HSL 59.2º 0.82% 0.18% -
HSV(B) 59.2º 0.9% 0.33% -
XYZ 6.63 7.89 1.4 -
YUV 73.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 83 82 8 0 0.01 0.90 0.67 59.2 0.82 0.18
Hex 53 52 8 0 1 5A 43 3B 52 12
Octal 123 122 10 0 1 132 103 73 122 22
Binary 1010011 1010010 1000 0 1 1011010 1000011 111011 1010010 10010

Color Harmonies of #535208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535208

Black with #535208

Text Example


Text Example

White with #535208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535208; }

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

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

background-color css

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

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

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

border-color css

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

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

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