Html Css Color HEX #534F06 Verdun Green

📋 copy color: '#534F06'

red 83 ◦ green 79 ◦ blue 6

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

Shades of Verdun Green #534F06

Tints of Verdun Green #534F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.57%

R = 49.4%
G = 47.02%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#534F06 (or 0x534F06) is known color: Verdun Green. HEX triplet: 53, 4F and 06. RGB value is (83,79,6). Sum of RGB (Red+Green+Blue) = 83+79+6=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #534F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F06 is #ACB0F9. Grayscale: #484848. Windows color (decimal): -11317498 or 413523. OLE color: 413523.

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

Color convert

RGB 83 79 6 -
CMYK 0 0.05 0.93 0.67
HSL 56.88º 0.87% 0.17% -
HSV(B) 56.88º 0.93% 0.33% -
XYZ 6.4 7.44 1.27 -
YUV 71.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 83 79 6 0 0.05 0.93 0.67 56.88 0.87 0.17
Hex 53 4F 6 0 5 5D 43 39 57 11
Octal 123 117 6 0 5 135 103 71 127 21
Binary 1010011 1001111 110 0 101 1011101 1000011 111001 1010111 10001

Color Harmonies of #534F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F06

Black with #534F06

Text Example


Text Example

White with #534F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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