Html Css Color HEX #535108 Verdun Green

📋 copy color: '#535108'

red 83 ◦ green 81 ◦ blue 8

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

Shades of Verdun Green #535108

Tints of Verdun Green #535108

RGB

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

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

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

R = 48.26%
G = 47.09%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#535108 (or 0x535108) is known color: Verdun Green. HEX triplet: 53, 51 and 08. RGB value is (83,81,8). Sum of RGB (Red+Green+Blue) = 83+81+8=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #535108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535108 is #ACAEF7. Grayscale: #494949. Windows color (decimal): -11316984 or 545107. OLE color: 545107.

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

Color convert

RGB 83 81 8 -
CMYK 0 0.02 0.90 0.67
HSL 58.4º 0.82% 0.18% -
HSV(B) 58.4º 0.9% 0.33% -
XYZ 6.55 7.74 1.38 -
YUV 73.28 91.16 134.94 -
System Red Green Blue C M Y K H S L
Decimal 83 81 8 0 0.02 0.90 0.67 58.4 0.82 0.18
Hex 53 51 8 0 2 5A 43 3A 52 12
Octal 123 121 10 0 2 132 103 72 122 22
Binary 1010011 1010001 1000 0 10 1011010 1000011 111010 1010010 10010

Color Harmonies of #535108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535108

Black with #535108

Text Example


Text Example

White with #535108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535108; }

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

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

background-color css

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

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

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

border-color css

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

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

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