Html Css Color HEX #535D10 Verdun Green

📋 copy color: '#535D10'

red 83 ◦ green 93 ◦ blue 16

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

Shades of Verdun Green #535D10

Tints of Verdun Green #535D10

RGB

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

 GREEN value IS 93 (36.72% from 255) = 48.44%

 BLUE value IS 16 (6.64% from 255) = 8.33%

R = 43.23%
G = 48.44%
B = 8.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.64

RGB Variations

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

Color information

#535D10 (or 0x535D10) is known color: Verdun Green. HEX triplet: 53, 5D and 10. RGB value is (83,93,16). Sum of RGB (Red+Green+Blue) = 83+93+16=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 93 (36.72% from 255 or 48.44% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 93 - color contains mainly: green. Hex color #535D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535D10 is #ACA2EF. Grayscale: #515151. Windows color (decimal): -11313904 or 1072467. OLE color: 1072467.

HSL color Cylindrical-coordinate representation of color #535D10: hue angle of 67.79º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #535D10 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 93 16 -
CMYK 0.11 0 0.83 0.64
HSL 67.79º 0.71% 0.21% -
HSV(B) 67.79º 0.83% 0.36% -
XYZ 7.58 9.71 1.96 -
YUV 81.23 91.19 129.26 -
System Red Green Blue C M Y K H S L
Decimal 83 93 16 0.11 0 0.83 0.64 67.79 0.71 0.21
Hex 53 5D 10 B 0 53 40 44 47 15
Octal 123 135 20 13 0 123 100 104 107 25
Binary 1010011 1011101 10000 1011 0 1010011 1000000 1000100 1000111 10101

Color Harmonies of #535D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535D10

Black with #535D10

Text Example


Text Example

White with #535D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535D10; }

 p { color: rgb(83,93,16); }

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

background-color css

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

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

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

border-color css

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

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

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