Html Css Color HEX #534F0E Verdun Green

📋 copy color: '#534F0E'

red 83 ◦ green 79 ◦ blue 14

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

Shades of Verdun Green #534F0E

Tints of Verdun Green #534F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.95%

R = 47.16%
G = 44.89%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#534F0E (or 0x534F0E) is known color: Verdun Green. HEX triplet: 53, 4F and 0E. RGB value is (83,79,14). Sum of RGB (Red+Green+Blue) = 83+79+14=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #534F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F0E is #ACB0F1. Grayscale: #494949. Windows color (decimal): -11317490 or 937811. OLE color: 937811.

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

Color convert

RGB 83 79 14 -
CMYK 0 0.05 0.83 0.67
HSL 56.52º 0.71% 0.19% -
HSV(B) 56.52º 0.83% 0.33% -
XYZ 6.44 7.46 1.52 -
YUV 72.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 83 79 14 0 0.05 0.83 0.67 56.52 0.71 0.19
Hex 53 4F E 0 5 53 43 39 47 13
Octal 123 117 16 0 5 123 103 71 107 23
Binary 1010011 1001111 1110 0 101 1010011 1000011 111001 1000111 10011

Color Harmonies of #534F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F0E

Black with #534F0E

Text Example


Text Example

White with #534F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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