Html Css Color HEX #535306 Verdun Green

📋 copy color: '#535306'

red 83 ◦ green 83 ◦ blue 6

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

Shades of Verdun Green #535306

Tints of Verdun Green #535306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.49%

R = 48.26%
G = 48.26%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#535306 (or 0x535306) is known color: Verdun Green. HEX triplet: 53, 53 and 06. RGB value is (83,83,6). Sum of RGB (Red+Green+Blue) = 83+83+6=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535306 is #ACACF9. Grayscale: #4A4A4A. Windows color (decimal): -11316474 or 414547. OLE color: 414547.

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

Color convert

RGB 83 83 6 -
CMYK 0 0 0.93 0.67
HSL 60º 0.87% 0.17% -
HSV(B) 60º 0.93% 0.33% -
XYZ 6.69 8.04 1.37 -
YUV 74.22 89.5 134.26 -
System Red Green Blue C M Y K H S L
Decimal 83 83 6 0 0 0.93 0.67 60 0.87 0.17
Hex 53 53 6 0 0 5D 43 3C 57 11
Octal 123 123 6 0 0 135 103 74 127 21
Binary 1010011 1010011 110 0 0 1011101 1000011 111100 1010111 10001

Color Harmonies of #535306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535306

Black with #535306

Text Example


Text Example

White with #535306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535306; }

 p { color: rgb(83,83,6); }

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

background-color css

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

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

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

border-color css

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

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

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