Html Css Color HEX #4C8015 Bilbao

📋 copy color: '#4C8015'

red 76 ◦ green 128 ◦ blue 21

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

Shades of Bilbao #4C8015

Tints of Bilbao #4C8015

RGB

 RED value IS 76 (30.08% from 255) = 33.78%

 GREEN value IS 128 (50.39% from 255) = 56.89%

 BLUE value IS 21 (8.59% from 255) = 9.33%

R = 33.78%
G = 56.89%
B = 9.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#4C8015 (or 0x4C8015) is known color: Bilbao. HEX triplet: 4C, 80 and 15. RGB value is (76,128,21). Sum of RGB (Red+Green+Blue) = 76+128+21=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #4C8015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C8015 is #B37FEA. Grayscale: #646464. Windows color (decimal): -11763691 or 1409100. OLE color: 1409100.

HSL color Cylindrical-coordinate representation of color #4C8015: hue angle of 89.16º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C8015 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 76 128 21 -
CMYK 0.41 0 0.84 0.50
HSL 89.16º 0.72% 0.29% -
HSV(B) 89.16º 0.84% 0.5% -
XYZ 10.84 17.03 3.43 -
YUV 100.25 83.27 110.7 -
System Red Green Blue C M Y K H S L
Decimal 76 128 21 0.41 0 0.84 0.50 89.16 0.72 0.29
Hex 4C 80 15 29 0 54 32 59 48 1D
Octal 114 200 25 51 0 124 62 131 110 35
Binary 1001100 10000000 10101 101001 0 1010100 110010 1011001 1001000 11101

Color Harmonies of #4C8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8015

Black with #4C8015

Text Example


Text Example

White with #4C8015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C8015; }

 p { color: rgb(76,128,21); }

 H1.HeaderClassName
 {
   color: #4C8015;
 }
 .AnyTagClassName
 {
   color: #4C8015;
 }
</style>

background-color css

<style>
 a { background-color: #4C8015; }

 a { background-color: rgb(76,128,21); }

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

border-color css

<style>
 span { border-color: #4C8015; }

 span { border-color: rgb(76,128,21); }

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