Html Css Color HEX #536901 Verdun Green

📋 copy color: '#536901'

red 83 ◦ green 105 ◦ blue 1

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

Shades of Verdun Green #536901

Tints of Verdun Green #536901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 55.56%

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

R = 43.92%
G = 55.56%
B = 0.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#536901 (or 0x536901) is known color: Verdun Green. HEX triplet: 53, 69 and 01. RGB value is (83,105,1). Sum of RGB (Red+Green+Blue) = 83+105+1=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 105 (41.41% from 255 or 55.56% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 105 - color contains mainly: green. Hex color #536901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536901 is #AC96FE. Grayscale: #565656. Windows color (decimal): -11310847 or 92499. OLE color: 92499.

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

Color convert

RGB 83 105 1 -
CMYK 0.21 0 0.99 0.59
HSL 72.69º 0.98% 0.21% -
HSV(B) 72.69º 0.99% 0.41% -
XYZ 8.62 11.94 1.88 -
YUV 86.57 79.71 125.46 -
System Red Green Blue C M Y K H S L
Decimal 83 105 1 0.21 0 0.99 0.59 72.69 0.98 0.21
Hex 53 69 1 15 0 63 3B 49 62 15
Octal 123 151 1 25 0 143 73 111 142 25
Binary 1010011 1101001 1 10101 0 1100011 111011 1001001 1100010 10101

Color Harmonies of #536901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536901

Black with #536901

Text Example


Text Example

White with #536901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536901; }

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

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

background-color css

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

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

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

border-color css

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

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

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