Html Css Color HEX #535E01 Verdun Green

📋 copy color: '#535E01'

red 83 ◦ green 94 ◦ blue 1

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

Shades of Verdun Green #535E01

Tints of Verdun Green #535E01

RGB

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

 GREEN value IS 94 (37.11% from 255) = 52.81%

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

R = 46.63%
G = 52.81%
B = 0.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.63

RGB Variations

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

Color information

#535E01 (or 0x535E01) is known color: Verdun Green. HEX triplet: 53, 5E and 01. RGB value is (83,94,1). Sum of RGB (Red+Green+Blue) = 83+94+1=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 94 (37.11% from 255 or 52.81% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 94 - color contains mainly: green. Hex color #535E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535E01 is #ACA1FE. Grayscale: #505050. Windows color (decimal): -11313663 or 89683. OLE color: 89683.

HSL color Cylindrical-coordinate representation of color #535E01: hue angle of 67.1º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #535E01 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 94 1 -
CMYK 0.12 0 0.99 0.63
HSL 67.1º 0.98% 0.19% -
HSV(B) 67.1º 0.99% 0.37% -
XYZ 7.58 9.85 1.53 -
YUV 80.11 83.36 130.06 -
System Red Green Blue C M Y K H S L
Decimal 83 94 1 0.12 0 0.99 0.63 67.1 0.98 0.19
Hex 53 5E 1 C 0 63 3F 43 62 13
Octal 123 136 1 14 0 143 77 103 142 23
Binary 1010011 1011110 1 1100 0 1100011 111111 1000011 1100010 10011

Color Harmonies of #535E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E01

Black with #535E01

Text Example


Text Example

White with #535E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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