Html Css Color HEX #535105 Verdun Green

📋 copy color: '#535105'

red 83 ◦ green 81 ◦ blue 5

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

Shades of Verdun Green #535105

Tints of Verdun Green #535105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.93%

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

R = 49.11%
G = 47.93%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#535105 (or 0x535105) is known color: Verdun Green. HEX triplet: 53, 51 and 05. RGB value is (83,81,5). Sum of RGB (Red+Green+Blue) = 83+81+5=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #535105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535105 is #ACAEFA. Grayscale: #494949. Windows color (decimal): -11316987 or 348499. OLE color: 348499.

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

Color convert

RGB 83 81 5 -
CMYK 0 0.02 0.94 0.67
HSL 58.46º 0.89% 0.17% -
HSV(B) 58.46º 0.94% 0.33% -
XYZ 6.54 7.73 1.29 -
YUV 72.93 89.66 135.18 -
System Red Green Blue C M Y K H S L
Decimal 83 81 5 0 0.02 0.94 0.67 58.46 0.89 0.17
Hex 53 51 5 0 2 5E 43 3A 59 11
Octal 123 121 5 0 2 136 103 72 131 21
Binary 1010011 1010001 101 0 10 1011110 1000011 111010 1011001 10001

Color Harmonies of #535105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535105

Black with #535105

Text Example


Text Example

White with #535105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535105; }

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

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

background-color css

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

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

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

border-color css

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

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

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