Html Css Color HEX #535A04 Verdun Green

📋 copy color: '#535A04'

red 83 ◦ green 90 ◦ blue 4

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

Shades of Verdun Green #535A04

Tints of Verdun Green #535A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 50.85%

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

R = 46.89%
G = 50.85%
B = 2.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#535A04 (or 0x535A04) is known color: Verdun Green. HEX triplet: 53, 5A and 04. RGB value is (83,90,4). Sum of RGB (Red+Green+Blue) = 83+90+4=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #535A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535A04 is #ACA5FB. Grayscale: #4E4E4E. Windows color (decimal): -11314684 or 285267. OLE color: 285267.

HSL color Cylindrical-coordinate representation of color #535A04: hue angle of 64.88º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #535A04 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 90 4 -
CMYK 0.08 0 0.96 0.65
HSL 64.88º 0.91% 0.18% -
HSV(B) 64.88º 0.96% 0.35% -
XYZ 7.25 9.16 1.5 -
YUV 78.1 86.18 131.49 -
System Red Green Blue C M Y K H S L
Decimal 83 90 4 0.08 0 0.96 0.65 64.88 0.91 0.18
Hex 53 5A 4 8 0 60 41 41 5B 12
Octal 123 132 4 10 0 140 101 101 133 22
Binary 1010011 1011010 100 1000 0 1100000 1000001 1000001 1011011 10010

Color Harmonies of #535A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A04

Black with #535A04

Text Example


Text Example

White with #535A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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