Html Css Color HEX #535309 Verdun Green

📋 copy color: '#535309'

red 83 ◦ green 83 ◦ blue 9

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

Shades of Verdun Green #535309

Tints of Verdun Green #535309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.14%

R = 47.43%
G = 47.43%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#535309 (or 0x535309) is known color: Verdun Green. HEX triplet: 53, 53 and 09. RGB value is (83,83,9). Sum of RGB (Red+Green+Blue) = 83+83+9=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535309 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535309 is #ACACF6. Grayscale: #4A4A4A. Windows color (decimal): -11316471 or 611155. OLE color: 611155.

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

Color convert

RGB 83 83 9 -
CMYK 0 0 0.89 0.67
HSL 60º 0.8% 0.18% -
HSV(B) 60º 0.89% 0.33% -
XYZ 6.71 8.05 1.46 -
YUV 74.56 91 134.02 -
System Red Green Blue C M Y K H S L
Decimal 83 83 9 0 0 0.89 0.67 60 0.8 0.18
Hex 53 53 9 0 0 59 43 3C 50 12
Octal 123 123 11 0 0 131 103 74 120 22
Binary 1010011 1010011 1001 0 0 1011001 1000011 111100 1010000 10010

Color Harmonies of #535309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535309

Black with #535309

Text Example


Text Example

White with #535309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535309; }

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

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

background-color css

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

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

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

border-color css

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

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

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