Html Css Color HEX #534F05 Verdun Green

📋 copy color: '#534F05'

red 83 ◦ green 79 ◦ blue 5

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

Shades of Verdun Green #534F05

Tints of Verdun Green #534F05

RGB

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

 GREEN value IS 79 (31.25% from 255) = 47.31%

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

R = 49.7%
G = 47.31%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#534F05 (or 0x534F05) is known color: Verdun Green. HEX triplet: 53, 4F and 05. RGB value is (83,79,5). Sum of RGB (Red+Green+Blue) = 83+79+5=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #534F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F05 is #ACB0FA. Grayscale: #484848. Windows color (decimal): -11317499 or 347987. OLE color: 347987.

HSL color Cylindrical-coordinate representation of color #534F05: hue angle of 56.92º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #534F05 is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 79 5 -
CMYK 0 0.05 0.94 0.67
HSL 56.92º 0.89% 0.17% -
HSV(B) 56.92º 0.94% 0.33% -
XYZ 6.39 7.44 1.24 -
YUV 71.76 90.33 136.02 -
System Red Green Blue C M Y K H S L
Decimal 83 79 5 0 0.05 0.94 0.67 56.92 0.89 0.17
Hex 53 4F 5 0 5 5E 43 39 59 11
Octal 123 117 5 0 5 136 103 71 131 21
Binary 1010011 1001111 101 0 101 1011110 1000011 111001 1011001 10001

Color Harmonies of #534F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F05

Black with #534F05

Text Example


Text Example

White with #534F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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