Html Css Color HEX #535307 Verdun Green

📋 copy color: '#535307'

red 83 ◦ green 83 ◦ blue 7

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

Shades of Verdun Green #535307

Tints of Verdun Green #535307

RGB

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

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

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

R = 47.98%
G = 47.98%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#535307 (or 0x535307) is known color: Verdun Green. HEX triplet: 53, 53 and 07. RGB value is (83,83,7). Sum of RGB (Red+Green+Blue) = 83+83+7=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535307 is #ACACF8. Grayscale: #4A4A4A. Windows color (decimal): -11316473 or 480083. OLE color: 480083.

HSL color Cylindrical-coordinate representation of color #535307: hue angle of 60º 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 #535307 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 83 7 -
CMYK 0 0 0.92 0.67
HSL 60º 0.84% 0.18% -
HSV(B) 60º 0.92% 0.33% -
XYZ 6.7 8.04 1.4 -
YUV 74.34 90 134.18 -
System Red Green Blue C M Y K H S L
Decimal 83 83 7 0 0 0.92 0.67 60 0.84 0.18
Hex 53 53 7 0 0 5C 43 3C 54 12
Octal 123 123 7 0 0 134 103 74 124 22
Binary 1010011 1010011 111 0 0 1011100 1000011 111100 1010100 10010

Color Harmonies of #535307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535307

Black with #535307

Text Example


Text Example

White with #535307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535307; }

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

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

background-color css

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

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

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

border-color css

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

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

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