Html Css Color HEX #534F00 Verdun Green

📋 copy color: '#534F00'

red 83 ◦ green 79 ◦ blue 0

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

Shades of Verdun Green #534F00

Tints of Verdun Green #534F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.23%
G = 48.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#534F00 (or 0x534F00) is known color: Verdun Green. HEX triplet: 53, 4F and 00. RGB value is (83,79,0). Sum of RGB (Red+Green+Blue) = 83+79+0=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #534F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F00 is #ACB0FF. Grayscale: #474747. Windows color (decimal): -11317504 or 20307. OLE color: 20307.

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

Color convert

RGB 83 79 0 -
CMYK 0 0.05 1 0.67
HSL 57.11º 1% 0.16% -
HSV(B) 57.11º 1% 0.33% -
XYZ 6.36 7.43 1.1 -
YUV 71.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 83 79 0 0 0.05 1 0.67 57.11 1 0.16
Hex 53 4F 0 0 5 64 43 39 64 10
Octal 123 117 0 0 5 144 103 71 144 20
Binary 1010011 1001111 0 0 101 1100100 1000011 111001 1100100 10000

Color Harmonies of #534F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F00

Black with #534F00

Text Example


Text Example

White with #534F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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