Html Css Color HEX #536506 Verdun Green

📋 copy color: '#536506'

red 83 ◦ green 101 ◦ blue 6

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

Shades of Verdun Green #536506

Tints of Verdun Green #536506

RGB

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

 GREEN value IS 101 (39.84% from 255) = 53.16%

 BLUE value IS 6 (2.73% from 255) = 3.16%

R = 43.68%
G = 53.16%
B = 3.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.60

RGB Variations

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

Color information

#536506 (or 0x536506) is known color: Verdun Green. HEX triplet: 53, 65 and 06. RGB value is (83,101,6). Sum of RGB (Red+Green+Blue) = 83+101+6=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 101 (39.84% from 255 or 53.16% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 101 - color contains mainly: green. Hex color #536506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536506 is #AC9AF9. Grayscale: #555555. Windows color (decimal): -11311866 or 419155. OLE color: 419155.

HSL color Cylindrical-coordinate representation of color #536506: hue angle of 71.37º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #536506 is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 101 6 -
CMYK 0.18 0 0.94 0.60
HSL 71.37º 0.89% 0.21% -
HSV(B) 71.37º 0.94% 0.4% -
XYZ 8.25 11.16 1.89 -
YUV 84.79 83.54 126.72 -
System Red Green Blue C M Y K H S L
Decimal 83 101 6 0.18 0 0.94 0.60 71.37 0.89 0.21
Hex 53 65 6 12 0 5E 3C 47 59 15
Octal 123 145 6 22 0 136 74 107 131 25
Binary 1010011 1100101 110 10010 0 1011110 111100 1000111 1011001 10101

Color Harmonies of #536506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536506

Black with #536506

Text Example


Text Example

White with #536506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536506; }

 p { color: rgb(83,101,6); }

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

background-color css

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

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

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

border-color css

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

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

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