Html Css Color HEX #536808 Verdun Green

📋 copy color: '#536808'

red 83 ◦ green 104 ◦ blue 8

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

Shades of Verdun Green #536808

Tints of Verdun Green #536808

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.33%

 BLUE value IS 8 (3.52% from 255) = 4.1%

R = 42.56%
G = 53.33%
B = 4.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#536808 (or 0x536808) is known color: Verdun Green. HEX triplet: 53, 68 and 08. RGB value is (83,104,8). Sum of RGB (Red+Green+Blue) = 83+104+8=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #536808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536808 is #AC97F7. Grayscale: #575757. Windows color (decimal): -11311096 or 550995. OLE color: 550995.

HSL color Cylindrical-coordinate representation of color #536808: hue angle of 73.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #536808 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 104 8 -
CMYK 0.20 0 0.92 0.59
HSL 73.13º 0.86% 0.22% -
HSV(B) 73.13º 0.92% 0.41% -
XYZ 8.56 11.76 2.05 -
YUV 86.78 83.54 125.31 -
System Red Green Blue C M Y K H S L
Decimal 83 104 8 0.20 0 0.92 0.59 73.13 0.86 0.22
Hex 53 68 8 14 0 5C 3B 49 56 16
Octal 123 150 10 24 0 134 73 111 126 26
Binary 1010011 1101000 1000 10100 0 1011100 111011 1001001 1010110 10110

Color Harmonies of #536808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536808

Black with #536808

Text Example


Text Example

White with #536808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536808; }

 p { color: rgb(83,104,8); }

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

background-color css

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

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

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

border-color css

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

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

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