Html Css Color HEX #535E03 Verdun Green

📋 copy color: '#535E03'

red 83 ◦ green 94 ◦ blue 3

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

Shades of Verdun Green #535E03

Tints of Verdun Green #535E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.67%

R = 46.11%
G = 52.22%
B = 1.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.63

RGB Variations

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

Color information

#535E03 (or 0x535E03) is known color: Verdun Green. HEX triplet: 53, 5E and 03. RGB value is (83,94,3). Sum of RGB (Red+Green+Blue) = 83+94+3=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 94 (37.11% from 255 or 52.22% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 94 - color contains mainly: green. Hex color #535E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535E03 is #ACA1FC. Grayscale: #505050. Windows color (decimal): -11313661 or 220755. OLE color: 220755.

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

Color convert

RGB 83 94 3 -
CMYK 0.12 0 0.97 0.63
HSL 67.25º 0.94% 0.19% -
HSV(B) 67.25º 0.97% 0.37% -
XYZ 7.59 9.85 1.59 -
YUV 80.34 84.36 129.9 -
System Red Green Blue C M Y K H S L
Decimal 83 94 3 0.12 0 0.97 0.63 67.25 0.94 0.19
Hex 53 5E 3 C 0 61 3F 43 5E 13
Octal 123 136 3 14 0 141 77 103 136 23
Binary 1010011 1011110 11 1100 0 1100001 111111 1000011 1011110 10011

Color Harmonies of #535E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E03

Black with #535E03

Text Example


Text Example

White with #535E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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