Html Css Color HEX #535A05 Verdun Green

📋 copy color: '#535A05'

red 83 ◦ green 90 ◦ blue 5

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

Shades of Verdun Green #535A05

Tints of Verdun Green #535A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.81%

R = 46.63%
G = 50.56%
B = 2.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#535A05 (or 0x535A05) is known color: Verdun Green. HEX triplet: 53, 5A and 05. RGB value is (83,90,5). Sum of RGB (Red+Green+Blue) = 83+90+5=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #535A05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535A05 is #ACA5FA. Grayscale: #4E4E4E. Windows color (decimal): -11314683 or 350803. OLE color: 350803.

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

Color convert

RGB 83 90 5 -
CMYK 0.08 0 0.94 0.65
HSL 64.94º 0.89% 0.19% -
HSV(B) 64.94º 0.94% 0.35% -
XYZ 7.25 9.16 1.53 -
YUV 78.22 86.68 131.41 -
System Red Green Blue C M Y K H S L
Decimal 83 90 5 0.08 0 0.94 0.65 64.94 0.89 0.19
Hex 53 5A 5 8 0 5E 41 41 59 13
Octal 123 132 5 10 0 136 101 101 131 23
Binary 1010011 1011010 101 1000 0 1011110 1000001 1000001 1011001 10011

Color Harmonies of #535A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A05

Black with #535A05

Text Example


Text Example

White with #535A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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