Html Css Color HEX #534F0C Verdun Green

📋 copy color: '#534F0C'

red 83 ◦ green 79 ◦ blue 12

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

Shades of Verdun Green #534F0C

Tints of Verdun Green #534F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.9%

R = 47.7%
G = 45.4%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#534F0C (or 0x534F0C) is known color: Verdun Green. HEX triplet: 53, 4F and 0C. RGB value is (83,79,12). Sum of RGB (Red+Green+Blue) = 83+79+12=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #534F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F0C is #ACB0F3. Grayscale: #484848. Windows color (decimal): -11317492 or 806739. OLE color: 806739.

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

Color convert

RGB 83 79 12 -
CMYK 0 0.05 0.86 0.67
HSL 56.62º 0.75% 0.19% -
HSV(B) 56.62º 0.86% 0.33% -
XYZ 6.43 7.46 1.45 -
YUV 72.56 93.83 135.45 -
System Red Green Blue C M Y K H S L
Decimal 83 79 12 0 0.05 0.86 0.67 56.62 0.75 0.19
Hex 53 4F C 0 5 56 43 39 4B 13
Octal 123 117 14 0 5 126 103 71 113 23
Binary 1010011 1001111 1100 0 101 1010110 1000011 111001 1001011 10011

Color Harmonies of #534F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F0C

Black with #534F0C

Text Example


Text Example

White with #534F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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