Html Css Color HEX #536218 Verdun Green

📋 copy color: '#536218'

red 83 ◦ green 98 ◦ blue 24

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

Shades of Verdun Green #536218

Tints of Verdun Green #536218

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.8%

 BLUE value IS 24 (9.77% from 255) = 11.71%

R = 40.49%
G = 47.8%
B = 11.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#536218 (or 0x536218) is known color: Verdun Green. HEX triplet: 53, 62 and 18. RGB value is (83,98,24). Sum of RGB (Red+Green+Blue) = 83+98+24=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #536218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536218 is #AC9DE7. Grayscale: #555555. Windows color (decimal): -11312616 or 1598035. OLE color: 1598035.

HSL color Cylindrical-coordinate representation of color #536218: hue angle of 72.16º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #536218 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 98 24 -
CMYK 0.15 0 0.76 0.62
HSL 72.16º 0.61% 0.24% -
HSV(B) 72.16º 0.76% 0.38% -
XYZ 8.1 10.64 2.49 -
YUV 85.08 93.53 126.52 -
System Red Green Blue C M Y K H S L
Decimal 83 98 24 0.15 0 0.76 0.62 72.16 0.61 0.24
Hex 53 62 18 F 0 4C 3E 48 3D 18
Octal 123 142 30 17 0 114 76 110 75 30
Binary 1010011 1100010 11000 1111 0 1001100 111110 1001000 111101 11000

Color Harmonies of #536218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536218

Black with #536218

Text Example


Text Example

White with #536218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536218; }

 p { color: rgb(83,98,24); }

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

background-color css

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

 a { background-color: rgb(83,98,24); }

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

border-color css

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

 span { border-color: rgb(83,98,24); }

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