Html Css Color HEX #504B02 Verdun Green

📋 copy color: '#504B02'

red 80 ◦ green 75 ◦ blue 2

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

Shades of Verdun Green #504B02

Tints of Verdun Green #504B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.27%

R = 50.96%
G = 47.77%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#504B02 (or 0x504B02) is known color: Verdun Green. HEX triplet: 50, 4B and 02. RGB value is (80,75,2). Sum of RGB (Red+Green+Blue) = 80+75+2=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #504B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504B02 is #AFB4FD. Grayscale: #444444. Windows color (decimal): -11515134 or 150352. OLE color: 150352.

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

Color convert

RGB 80 75 2 -
CMYK 0 0.06 0.98 0.69
HSL 56.15º 0.95% 0.16% -
HSV(B) 56.15º 0.98% 0.31% -
XYZ 5.84 6.74 1.05 -
YUV 68.17 90.66 136.44 -
System Red Green Blue C M Y K H S L
Decimal 80 75 2 0 0.06 0.98 0.69 56.15 0.95 0.16
Hex 50 4B 2 0 6 62 45 38 5F 10
Octal 120 113 2 0 6 142 105 70 137 20
Binary 1010000 1001011 10 0 110 1100010 1000101 111000 1011111 10000

Color Harmonies of #504B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504B02

Black with #504B02

Text Example


Text Example

White with #504B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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