Html Css Color HEX #4B7E14 Bilbao

📋 copy color: '#4B7E14'

red 75 ◦ green 126 ◦ blue 20

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

Shades of Bilbao #4B7E14

Tints of Bilbao #4B7E14

RGB

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

 GREEN value IS 126 (49.61% from 255) = 57.01%

 BLUE value IS 20 (8.2% from 255) = 9.05%

R = 33.94%
G = 57.01%
B = 9.05%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#4B7E14 (or 0x4B7E14) is known color: Bilbao. HEX triplet: 4B, 7E and 14. RGB value is (75,126,20). Sum of RGB (Red+Green+Blue) = 75+126+20=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 126 (49.61% from 255 or 57.01% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 126 - color contains mainly: green. Hex color #4B7E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7E14 is #B481EB. Grayscale: #636363. Windows color (decimal): -11829740 or 1343051. OLE color: 1343051.

HSL color Cylindrical-coordinate representation of color #4B7E14: hue angle of 88.87º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B7E14 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 75 126 20 -
CMYK 0.40 0 0.84 0.51
HSL 88.87º 0.73% 0.29% -
HSV(B) 88.87º 0.84% 0.49% -
XYZ 10.49 16.47 3.29 -
YUV 98.67 83.6 111.12 -
System Red Green Blue C M Y K H S L
Decimal 75 126 20 0.40 0 0.84 0.51 88.87 0.73 0.29
Hex 4B 7E 14 28 0 54 33 59 49 1D
Octal 113 176 24 50 0 124 63 131 111 35
Binary 1001011 1111110 10100 101000 0 1010100 110011 1011001 1001001 11101

Color Harmonies of #4B7E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7E14

Black with #4B7E14

Text Example


Text Example

White with #4B7E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,126,20); }

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

background-color css

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

 a { background-color: rgb(75,126,20); }

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

border-color css

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

 span { border-color: rgb(75,126,20); }

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