Html Css Color HEX #536101 Verdun Green

📋 copy color: '#536101'

red 83 ◦ green 97 ◦ blue 1

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

Shades of Verdun Green #536101

Tints of Verdun Green #536101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.59%

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

R = 45.86%
G = 53.59%
B = 0.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#536101 (or 0x536101) is known color: Verdun Green. HEX triplet: 53, 61 and 01. RGB value is (83,97,1). Sum of RGB (Red+Green+Blue) = 83+97+1=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #536101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536101 is #AC9EFE. Grayscale: #525252. Windows color (decimal): -11312895 or 90451. OLE color: 90451.

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

Color convert

RGB 83 97 1 -
CMYK 0.14 0 0.99 0.62
HSL 68.75º 0.98% 0.19% -
HSV(B) 68.75º 0.99% 0.38% -
XYZ 7.85 10.39 1.62 -
YUV 81.87 82.36 128.81 -
System Red Green Blue C M Y K H S L
Decimal 83 97 1 0.14 0 0.99 0.62 68.75 0.98 0.19
Hex 53 61 1 E 0 63 3E 45 62 13
Octal 123 141 1 16 0 143 76 105 142 23
Binary 1010011 1100001 1 1110 0 1100011 111110 1000101 1100010 10011

Color Harmonies of #536101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536101

Black with #536101

Text Example


Text Example

White with #536101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536101; }

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

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

background-color css

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

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

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

border-color css

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

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

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