Html Css Color HEX #535707 Verdun Green

📋 copy color: '#535707'

red 83 ◦ green 87 ◦ blue 7

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

Shades of Verdun Green #535707

Tints of Verdun Green #535707

RGB

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

 GREEN value IS 87 (34.38% from 255) = 49.15%

 BLUE value IS 7 (3.13% from 255) = 3.95%

R = 46.89%
G = 49.15%
B = 3.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.66

RGB Variations

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

Color information

#535707 (or 0x535707) is known color: Verdun Green. HEX triplet: 53, 57 and 07. RGB value is (83,87,7). Sum of RGB (Red+Green+Blue) = 83+87+7=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 87 - color contains mainly: green. Hex color #535707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535707 is #ACA8F8. Grayscale: #4C4C4C. Windows color (decimal): -11315449 or 481107. OLE color: 481107.

HSL color Cylindrical-coordinate representation of color #535707: hue angle of 63º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #535707 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 87 7 -
CMYK 0.05 0 0.92 0.66
HSL 63º 0.85% 0.18% -
HSV(B) 63º 0.92% 0.34% -
XYZ 7.01 8.67 1.5 -
YUV 76.68 88.67 132.5 -
System Red Green Blue C M Y K H S L
Decimal 83 87 7 0.05 0 0.92 0.66 63 0.85 0.18
Hex 53 57 7 5 0 5C 42 3F 55 12
Octal 123 127 7 5 0 134 102 77 125 22
Binary 1010011 1010111 111 101 0 1011100 1000010 111111 1010101 10010

Color Harmonies of #535707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535707

Black with #535707

Text Example


Text Example

White with #535707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535707; }

 p { color: rgb(83,87,7); }

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

background-color css

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

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

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

border-color css

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

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

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