Html Css Color HEX #4B7F13 Bilbao

📋 copy color: '#4B7F13'

red 75 ◦ green 127 ◦ blue 19

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

Shades of Bilbao #4B7F13

Tints of Bilbao #4B7F13

RGB

 RED value IS 75 (29.69% from 255) = 33.94%

 GREEN value IS 127 (50% from 255) = 57.47%

 BLUE value IS 19 (7.81% from 255) = 8.6%

R = 33.94%
G = 57.47%
B = 8.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#4B7F13 (or 0x4B7F13) is known color: Bilbao. HEX triplet: 4B, 7F and 13. RGB value is (75,127,19). Sum of RGB (Red+Green+Blue) = 75+127+19=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 127 (50% from 255 or 57.47% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 127 - color contains mainly: green. Hex color #4B7F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7F13 is #B480EC. Grayscale: #636363. Windows color (decimal): -11829485 or 1277771. OLE color: 1277771.

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

Color convert

RGB 75 127 19 -
CMYK 0.41 0 0.85 0.50
HSL 88.89º 0.74% 0.29% -
HSV(B) 88.89º 0.85% 0.5% -
XYZ 10.61 16.72 3.28 -
YUV 99.14 82.77 110.78 -
System Red Green Blue C M Y K H S L
Decimal 75 127 19 0.41 0 0.85 0.50 88.89 0.74 0.29
Hex 4B 7F 13 29 0 55 32 59 4A 1D
Octal 113 177 23 51 0 125 62 131 112 35
Binary 1001011 1111111 10011 101001 0 1010101 110010 1011001 1001010 11101

Color Harmonies of #4B7F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7F13

Black with #4B7F13

Text Example


Text Example

White with #4B7F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,127,19); }

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

background-color css

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

 a { background-color: rgb(75,127,19); }

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

border-color css

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

 span { border-color: rgb(75,127,19); }

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