Html Css Color HEX #535008 Verdun Green

📋 copy color: '#535008'

red 83 ◦ green 80 ◦ blue 8

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

Shades of Verdun Green #535008

Tints of Verdun Green #535008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.78%

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

R = 48.54%
G = 46.78%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#535008 (or 0x535008) is known color: Verdun Green. HEX triplet: 53, 50 and 08. RGB value is (83,80,8). Sum of RGB (Red+Green+Blue) = 83+80+8=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #535008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535008 is #ACAFF7. Grayscale: #484848. Windows color (decimal): -11317240 or 544851. OLE color: 544851.

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

Color convert

RGB 83 80 8 -
CMYK 0 0.04 0.90 0.67
HSL 57.6º 0.82% 0.18% -
HSV(B) 57.6º 0.9% 0.33% -
XYZ 6.48 7.59 1.35 -
YUV 72.69 91.49 135.35 -
System Red Green Blue C M Y K H S L
Decimal 83 80 8 0 0.04 0.90 0.67 57.6 0.82 0.18
Hex 53 50 8 0 4 5A 43 3A 52 12
Octal 123 120 10 0 4 132 103 72 122 22
Binary 1010011 1010000 1000 0 100 1011010 1000011 111010 1010010 10010

Color Harmonies of #535008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535008

Black with #535008

Text Example


Text Example

White with #535008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535008; }

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

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

background-color css

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

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

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

border-color css

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

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

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