Html Css Color HEX #536708 Verdun Green

📋 copy color: '#536708'

red 83 ◦ green 103 ◦ blue 8

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

Shades of Verdun Green #536708

Tints of Verdun Green #536708

RGB

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

 GREEN value IS 103 (40.63% from 255) = 53.09%

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

R = 42.78%
G = 53.09%
B = 4.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#536708 (or 0x536708) is known color: Verdun Green. HEX triplet: 53, 67 and 08. RGB value is (83,103,8). Sum of RGB (Red+Green+Blue) = 83+103+8=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 103 (40.62% from 255 or 53.09% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 103 - color contains mainly: green. Hex color #536708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536708 is #AC98F7. Grayscale: #565656. Windows color (decimal): -11311352 or 550739. OLE color: 550739.

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

Color convert

RGB 83 103 8 -
CMYK 0.19 0 0.92 0.60
HSL 72.63º 0.86% 0.22% -
HSV(B) 72.63º 0.92% 0.4% -
XYZ 8.46 11.56 2.01 -
YUV 86.19 83.87 125.72 -
System Red Green Blue C M Y K H S L
Decimal 83 103 8 0.19 0 0.92 0.60 72.63 0.86 0.22
Hex 53 67 8 13 0 5C 3C 49 56 16
Octal 123 147 10 23 0 134 74 111 126 26
Binary 1010011 1100111 1000 10011 0 1011100 111100 1001001 1010110 10110

Color Harmonies of #536708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536708

Black with #536708

Text Example


Text Example

White with #536708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536708; }

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

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

background-color css

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

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

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

border-color css

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

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

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