Html Css Color HEX #504B00 Verdun Green

📋 copy color: '#504B00'

red 80 ◦ green 75 ◦ blue 0

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

Shades of Verdun Green #504B00

Tints of Verdun Green #504B00

RGB

 RED value IS 80 (31.64% from 255) = 51.61%

 GREEN value IS 75 (29.69% from 255) = 48.39%

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

R = 51.61%
G = 48.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#504B00 (or 0x504B00) is known color: Verdun Green. HEX triplet: 50, 4B and 00. RGB value is (80,75,0). Sum of RGB (Red+Green+Blue) = 80+75+0=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 75 (29.69% from 255 or 48.39% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #504B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504B00 is #AFB4FF. Grayscale: #444444. Windows color (decimal): -11515136 or 19280. OLE color: 19280.

HSL color Cylindrical-coordinate representation of color #504B00: hue angle of 56.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #504B00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 75 0 -
CMYK 0 0.06 1 0.69
HSL 56.25º 1% 0.16% -
HSV(B) 56.25º 1% 0.31% -
XYZ 5.82 6.74 0.99 -
YUV 67.95 89.66 136.6 -
System Red Green Blue C M Y K H S L
Decimal 80 75 0 0 0.06 1 0.69 56.25 1 0.16
Hex 50 4B 0 0 6 64 45 38 64 10
Octal 120 113 0 0 6 144 105 70 144 20
Binary 1010000 1001011 0 0 110 1100100 1000101 111000 1100100 10000

Color Harmonies of #504B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504B00

Black with #504B00

Text Example


Text Example

White with #504B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504B00; }

 p { color: rgb(80,75,0); }

 H1.HeaderClassName
 {
   color: #504B00;
 }
 .AnyTagClassName
 {
   color: #504B00;
 }
</style>

background-color css

<style>
 a { background-color: #504B00; }

 a { background-color: rgb(80,75,0); }

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

border-color css

<style>
 span { border-color: #504B00; }

 span { border-color: rgb(80,75,0); }

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