Html Css Color HEX #536308 Verdun Green

📋 copy color: '#536308'

red 83 ◦ green 99 ◦ blue 8

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

Shades of Verdun Green #536308

Tints of Verdun Green #536308

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.11%

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

R = 43.68%
G = 52.11%
B = 4.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#536308 (or 0x536308) is known color: Verdun Green. HEX triplet: 53, 63 and 08. RGB value is (83,99,8). Sum of RGB (Red+Green+Blue) = 83+99+8=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 8 (3.52% from 255 or 4.21% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #536308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536308 is #AC9CF7. Grayscale: #545454. Windows color (decimal): -11312376 or 549715. OLE color: 549715.

HSL color Cylindrical-coordinate representation of color #536308: hue angle of 70.55º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #536308 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 99 8 -
CMYK 0.16 0 0.92 0.61
HSL 70.55º 0.85% 0.21% -
HSV(B) 70.55º 0.92% 0.39% -
XYZ 8.07 10.78 1.89 -
YUV 83.84 85.2 127.4 -
System Red Green Blue C M Y K H S L
Decimal 83 99 8 0.16 0 0.92 0.61 70.55 0.85 0.21
Hex 53 63 8 10 0 5C 3D 47 55 15
Octal 123 143 10 20 0 134 75 107 125 25
Binary 1010011 1100011 1000 10000 0 1011100 111101 1000111 1010101 10101

Color Harmonies of #536308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536308

Black with #536308

Text Example


Text Example

White with #536308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536308; }

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

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

background-color css

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

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

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

border-color css

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

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

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