Html Css Color HEX #535D04 Verdun Green

📋 copy color: '#535D04'

red 83 ◦ green 93 ◦ blue 4

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

Shades of Verdun Green #535D04

Tints of Verdun Green #535D04

RGB

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

 GREEN value IS 93 (36.72% from 255) = 51.67%

 BLUE value IS 4 (1.95% from 255) = 2.22%

R = 46.11%
G = 51.67%
B = 2.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.64

RGB Variations

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

Color information

#535D04 (or 0x535D04) is known color: Verdun Green. HEX triplet: 53, 5D and 04. RGB value is (83,93,4). Sum of RGB (Red+Green+Blue) = 83+93+4=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 93 (36.72% from 255 or 51.67% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 93 - color contains mainly: green. Hex color #535D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535D04 is #ACA2FB. Grayscale: #505050. Windows color (decimal): -11313916 or 286035. OLE color: 286035.

HSL color Cylindrical-coordinate representation of color #535D04: hue angle of 66.74º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #535D04 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 93 4 -
CMYK 0.11 0 0.96 0.64
HSL 66.74º 0.92% 0.19% -
HSV(B) 66.74º 0.96% 0.36% -
XYZ 7.5 9.68 1.59 -
YUV 79.86 85.19 130.24 -
System Red Green Blue C M Y K H S L
Decimal 83 93 4 0.11 0 0.96 0.64 66.74 0.92 0.19
Hex 53 5D 4 B 0 60 40 43 5C 13
Octal 123 135 4 13 0 140 100 103 134 23
Binary 1010011 1011101 100 1011 0 1100000 1000000 1000011 1011100 10011

Color Harmonies of #535D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535D04

Black with #535D04

Text Example


Text Example

White with #535D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,93,4); }

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

background-color css

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

 a { background-color: rgb(83,93,4); }

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

border-color css

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

 span { border-color: rgb(83,93,4); }

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