Html Css Color HEX #535207 Verdun Green

📋 copy color: '#535207'

red 83 ◦ green 82 ◦ blue 7

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

Shades of Verdun Green #535207

Tints of Verdun Green #535207

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.67%

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

R = 48.26%
G = 47.67%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#535207 (or 0x535207) is known color: Verdun Green. HEX triplet: 53, 52 and 07. RGB value is (83,82,7). Sum of RGB (Red+Green+Blue) = 83+82+7=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #535207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535207 is #ACADF8. Grayscale: #4A4A4A. Windows color (decimal): -11316729 or 479827. OLE color: 479827.

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

Color convert

RGB 83 82 7 -
CMYK 0 0.01 0.92 0.67
HSL 59.21º 0.84% 0.18% -
HSV(B) 59.21º 0.92% 0.33% -
XYZ 6.62 7.89 1.37 -
YUV 73.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 83 82 7 0 0.01 0.92 0.67 59.21 0.84 0.18
Hex 53 52 7 0 1 5C 43 3B 54 12
Octal 123 122 7 0 1 134 103 73 124 22
Binary 1010011 1010010 111 0 1 1011100 1000011 111011 1010100 10010

Color Harmonies of #535207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535207

Black with #535207

Text Example


Text Example

White with #535207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535207; }

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

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

background-color css

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

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

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

border-color css

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

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

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