Html Css Color HEX #536C01 Verdun Green

📋 copy color: '#536C01'

red 83 ◦ green 108 ◦ blue 1

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

Shades of Verdun Green #536C01

Tints of Verdun Green #536C01

RGB

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

 GREEN value IS 108 (42.58% from 255) = 56.25%

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

R = 43.23%
G = 56.25%
B = 0.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#536C01 (or 0x536C01) is known color: Verdun Green. HEX triplet: 53, 6C and 01. RGB value is (83,108,1). Sum of RGB (Red+Green+Blue) = 83+108+1=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 108 (42.58% from 255 or 56.25% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 108 - color contains mainly: green. Hex color #536C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536C01 is #AC93FE. Grayscale: #585858. Windows color (decimal): -11310079 or 93267. OLE color: 93267.

HSL color Cylindrical-coordinate representation of color #536C01: hue angle of 74.02º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #536C01 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 108 1 -
CMYK 0.23 0 0.99 0.58
HSL 74.02º 0.98% 0.21% -
HSV(B) 74.02º 0.99% 0.42% -
XYZ 8.94 12.57 1.98 -
YUV 88.33 78.72 124.2 -
System Red Green Blue C M Y K H S L
Decimal 83 108 1 0.23 0 0.99 0.58 74.02 0.98 0.21
Hex 53 6C 1 17 0 63 3A 4A 62 15
Octal 123 154 1 27 0 143 72 112 142 25
Binary 1010011 1101100 1 10111 0 1100011 111010 1001010 1100010 10101

Color Harmonies of #536C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536C01

Black with #536C01

Text Example


Text Example

White with #536C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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