Html Css Color HEX #536600 Verdun Green

📋 copy color: '#536600'

red 83 ◦ green 102 ◦ blue 0

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

Shades of Verdun Green #536600

Tints of Verdun Green #536600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 55.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.86%
G = 55.14%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#536600 (or 0x536600) is known color: Verdun Green. HEX triplet: 53, 66 and 00. RGB value is (83,102,0). Sum of RGB (Red+Green+Blue) = 83+102+0=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 102 (40.23% from 255 or 55.14% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 102 - color contains mainly: green. Hex color #536600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536600 is #AC99FF. Grayscale: #555555. Windows color (decimal): -11311616 or 26195. OLE color: 26195.

HSL color Cylindrical-coordinate representation of color #536600: hue angle of 71.18º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #536600 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 102 0 -
CMYK 0.19 0 1 0.6
HSL 71.18º 1% 0.2% -
HSV(B) 71.18º 1% 0.4% -
XYZ 8.32 11.34 1.75 -
YUV 84.69 80.21 126.79 -
System Red Green Blue C M Y K H S L
Decimal 83 102 0 0.19 0 1 0.6 71.18 1 0.2
Hex 53 66 0 13 0 64 3C 47 64 14
Octal 123 146 0 23 0 144 74 107 144 24
Binary 1010011 1100110 0 10011 0 1100100 111100 1000111 1100100 10100

Color Harmonies of #536600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536600

Black with #536600

Text Example


Text Example

White with #536600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536600; }

 p { color: rgb(83,102,0); }

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

background-color css

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

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

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

border-color css

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

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

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