Html Css Color HEX #4B8110 Bilbao

📋 copy color: '#4B8110'

red 75 ◦ green 129 ◦ blue 16

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

Shades of Bilbao #4B8110

Tints of Bilbao #4B8110

RGB

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

 GREEN value IS 129 (50.78% from 255) = 58.64%

 BLUE value IS 16 (6.64% from 255) = 7.27%

R = 34.09%
G = 58.64%
B = 7.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#4B8110 (or 0x4B8110) is known color: Bilbao. HEX triplet: 4B, 81 and 10. RGB value is (75,129,16). Sum of RGB (Red+Green+Blue) = 75+129+16=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #4B8110 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B8110 is #B47EEF. Grayscale: #646464. Windows color (decimal): -11828976 or 1081675. OLE color: 1081675.

HSL color Cylindrical-coordinate representation of color #4B8110: hue angle of 88.67º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B8110 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 75 129 16 -
CMYK 0.42 0 0.88 0.49
HSL 88.67º 0.78% 0.28% -
HSV(B) 88.67º 0.88% 0.51% -
XYZ 10.85 17.23 3.25 -
YUV 99.97 80.61 110.19 -
System Red Green Blue C M Y K H S L
Decimal 75 129 16 0.42 0 0.88 0.49 88.67 0.78 0.28
Hex 4B 81 10 2A 0 58 31 59 4E 1C
Octal 113 201 20 52 0 130 61 131 116 34
Binary 1001011 10000001 10000 101010 0 1011000 110001 1011001 1001110 11100

Color Harmonies of #4B8110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8110

Black with #4B8110

Text Example


Text Example

White with #4B8110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,129,16); }

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

background-color css

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

 a { background-color: rgb(75,129,16); }

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

border-color css

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

 span { border-color: rgb(75,129,16); }

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