Html Css Color HEX #504B08 Verdun Green

📋 copy color: '#504B08'

red 80 ◦ green 75 ◦ blue 8

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

Shades of Verdun Green #504B08

Tints of Verdun Green #504B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.91%

R = 49.08%
G = 46.01%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#504B08 (or 0x504B08) is known color: Verdun Green. HEX triplet: 50, 4B and 08. RGB value is (80,75,8). Sum of RGB (Red+Green+Blue) = 80+75+8=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #504B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504B08 is #AFB4F7. Grayscale: #454545. Windows color (decimal): -11515128 or 543568. OLE color: 543568.

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

Color convert

RGB 80 75 8 -
CMYK 0 0.06 0.90 0.69
HSL 55.83º 0.82% 0.17% -
HSV(B) 55.83º 0.9% 0.31% -
XYZ 5.87 6.76 1.22 -
YUV 68.86 93.66 135.95 -
System Red Green Blue C M Y K H S L
Decimal 80 75 8 0 0.06 0.90 0.69 55.83 0.82 0.17
Hex 50 4B 8 0 6 5A 45 38 52 11
Octal 120 113 10 0 6 132 105 70 122 21
Binary 1010000 1001011 1000 0 110 1011010 1000101 111000 1010010 10001

Color Harmonies of #504B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504B08

Black with #504B08

Text Example


Text Example

White with #504B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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