Html Css Color HEX #504B04 Verdun Green

📋 copy color: '#504B04'

red 80 ◦ green 75 ◦ blue 4

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

Shades of Verdun Green #504B04

Tints of Verdun Green #504B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.52%

R = 50.31%
G = 47.17%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#504B04 (or 0x504B04) is known color: Verdun Green. HEX triplet: 50, 4B and 04. RGB value is (80,75,4). Sum of RGB (Red+Green+Blue) = 80+75+4=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #504B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504B04 is #AFB4FB. Grayscale: #444444. Windows color (decimal): -11515132 or 281424. OLE color: 281424.

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

Color convert

RGB 80 75 4 -
CMYK 0 0.06 0.95 0.69
HSL 56.05º 0.9% 0.16% -
HSV(B) 56.05º 0.95% 0.31% -
XYZ 5.85 6.75 1.11 -
YUV 68.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 80 75 4 0 0.06 0.95 0.69 56.05 0.9 0.16
Hex 50 4B 4 0 6 5F 45 38 5A 10
Octal 120 113 4 0 6 137 105 70 132 20
Binary 1010000 1001011 100 0 110 1011111 1000101 111000 1011010 10000

Color Harmonies of #504B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504B04

Black with #504B04

Text Example


Text Example

White with #504B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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