Html Css Color HEX #534F0D Verdun Green

📋 copy color: '#534F0D'

red 83 ◦ green 79 ◦ blue 13

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

Shades of Verdun Green #534F0D

Tints of Verdun Green #534F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.43%

R = 47.43%
G = 45.14%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#534F0D (or 0x534F0D) is known color: Verdun Green. HEX triplet: 53, 4F and 0D. RGB value is (83,79,13). Sum of RGB (Red+Green+Blue) = 83+79+13=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #534F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F0D is #ACB0F2. Grayscale: #484848. Windows color (decimal): -11317491 or 872275. OLE color: 872275.

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

Color convert

RGB 83 79 13 -
CMYK 0 0.05 0.84 0.67
HSL 56.57º 0.73% 0.19% -
HSV(B) 56.57º 0.84% 0.33% -
XYZ 6.44 7.46 1.48 -
YUV 72.67 94.33 135.37 -
System Red Green Blue C M Y K H S L
Decimal 83 79 13 0 0.05 0.84 0.67 56.57 0.73 0.19
Hex 53 4F D 0 5 54 43 39 49 13
Octal 123 117 15 0 5 124 103 71 111 23
Binary 1010011 1001111 1101 0 101 1010100 1000011 111001 1001001 10011

Color Harmonies of #534F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F0D

Black with #534F0D

Text Example


Text Example

White with #534F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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