Html Css Color HEX #534F0A Verdun Green

📋 copy color: '#534F0A'

red 83 ◦ green 79 ◦ blue 10

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

Shades of Verdun Green #534F0A

Tints of Verdun Green #534F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.81%

R = 48.26%
G = 45.93%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#534F0A (or 0x534F0A) is known color: Verdun Green. HEX triplet: 53, 4F and 0A. RGB value is (83,79,10). Sum of RGB (Red+Green+Blue) = 83+79+10=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #534F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F0A is #ACB0F5. Grayscale: #484848. Windows color (decimal): -11317494 or 675667. OLE color: 675667.

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

Color convert

RGB 83 79 10 -
CMYK 0 0.05 0.88 0.67
HSL 56.71º 0.78% 0.18% -
HSV(B) 56.71º 0.88% 0.33% -
XYZ 6.42 7.45 1.39 -
YUV 72.33 92.83 135.61 -
System Red Green Blue C M Y K H S L
Decimal 83 79 10 0 0.05 0.88 0.67 56.71 0.78 0.18
Hex 53 4F A 0 5 58 43 39 4E 12
Octal 123 117 12 0 5 130 103 71 116 22
Binary 1010011 1001111 1010 0 101 1011000 1000011 111001 1001110 10010

Color Harmonies of #534F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F0A

Black with #534F0A

Text Example


Text Example

White with #534F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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