Html Css Color HEX #536701 Verdun Green

📋 copy color: '#536701'

red 83 ◦ green 103 ◦ blue 1

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

Shades of Verdun Green #536701

Tints of Verdun Green #536701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 44.39%
G = 55.08%
B = 0.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#536701 (or 0x536701) is known color: Verdun Green. HEX triplet: 53, 67 and 01. RGB value is (83,103,1). Sum of RGB (Red+Green+Blue) = 83+103+1=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 103 (40.62% from 255 or 55.08% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 103 - color contains mainly: green. Hex color #536701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536701 is #AC98FE. Grayscale: #555555. Windows color (decimal): -11311359 or 91987. OLE color: 91987.

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

Color convert

RGB 83 103 1 -
CMYK 0.19 0 0.99 0.60
HSL 71.76º 0.98% 0.2% -
HSV(B) 71.76º 0.99% 0.4% -
XYZ 8.42 11.54 1.81 -
YUV 85.39 80.37 126.29 -
System Red Green Blue C M Y K H S L
Decimal 83 103 1 0.19 0 0.99 0.60 71.76 0.98 0.2
Hex 53 67 1 13 0 63 3C 48 62 14
Octal 123 147 1 23 0 143 74 110 142 24
Binary 1010011 1100111 1 10011 0 1100011 111100 1001000 1100010 10100

Color Harmonies of #536701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536701

Black with #536701

Text Example


Text Example

White with #536701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536701; }

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

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

background-color css

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

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

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

border-color css

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

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

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