Html Css Color HEX #535509 Verdun Green

📋 copy color: '#535509'

red 83 ◦ green 85 ◦ blue 9

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

Shades of Verdun Green #535509

Tints of Verdun Green #535509

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.02%

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

R = 46.89%
G = 48.02%
B = 5.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#535509 (or 0x535509) is known color: Verdun Green. HEX triplet: 53, 55 and 09. RGB value is (83,85,9). Sum of RGB (Red+Green+Blue) = 83+85+9=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #535509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535509 is #ACAAF6. Grayscale: #4C4C4C. Windows color (decimal): -11315959 or 611667. OLE color: 611667.

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

Color convert

RGB 83 85 9 -
CMYK 0.02 0 0.89 0.67
HSL 61.58º 0.81% 0.18% -
HSV(B) 61.58º 0.89% 0.33% -
XYZ 6.87 8.36 1.51 -
YUV 75.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 83 85 9 0.02 0 0.89 0.67 61.58 0.81 0.18
Hex 53 55 9 2 0 59 43 3E 51 12
Octal 123 125 11 2 0 131 103 76 121 22
Binary 1010011 1010101 1001 10 0 1011001 1000011 111110 1010001 10010

Color Harmonies of #535509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535509

Black with #535509

Text Example


Text Example

White with #535509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535509; }

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

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

background-color css

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

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

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

border-color css

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

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

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