Html Css Color HEX #535003 Verdun Green

📋 copy color: '#535003'

red 83 ◦ green 80 ◦ blue 3

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

Shades of Verdun Green #535003

Tints of Verdun Green #535003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 48.19%

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

R = 50%
G = 48.19%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#535003 (or 0x535003) is known color: Verdun Green. HEX triplet: 53, 50 and 03. RGB value is (83,80,3). Sum of RGB (Red+Green+Blue) = 83+80+3=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #535003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535003 is #ACAFFC. Grayscale: #484848. Windows color (decimal): -11317245 or 217171. OLE color: 217171.

HSL color Cylindrical-coordinate representation of color #535003: hue angle of 57.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #535003 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 80 3 -
CMYK 0 0.04 0.96 0.67
HSL 57.75º 0.93% 0.17% -
HSV(B) 57.75º 0.96% 0.33% -
XYZ 6.45 7.58 1.21 -
YUV 72.12 88.99 135.76 -
System Red Green Blue C M Y K H S L
Decimal 83 80 3 0 0.04 0.96 0.67 57.75 0.93 0.17
Hex 53 50 3 0 4 60 43 3A 5D 11
Octal 123 120 3 0 4 140 103 72 135 21
Binary 1010011 1010000 11 0 100 1100000 1000011 111010 1011101 10001

Color Harmonies of #535003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535003

Black with #535003

Text Example


Text Example

White with #535003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535003; }

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

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

background-color css

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

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

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

border-color css

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

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

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