Html Css Color HEX #4B8115 Bilbao

📋 copy color: '#4B8115'

red 75 ◦ green 129 ◦ blue 21

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

Shades of Bilbao #4B8115

Tints of Bilbao #4B8115

RGB

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

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

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

R = 33.33%
G = 57.33%
B = 9.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#4B8115 (or 0x4B8115) is known color: Bilbao. HEX triplet: 4B, 81 and 15. RGB value is (75,129,21). Sum of RGB (Red+Green+Blue) = 75+129+21=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 129 (50.78% from 255 or 57.33% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 129 - color contains mainly: green. Hex color #4B8115 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B8115 is #B47EEA. Grayscale: #646464. Windows color (decimal): -11828971 or 1409355. OLE color: 1409355.

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

Color convert

RGB 75 129 21 -
CMYK 0.42 0 0.84 0.49
HSL 90º 0.72% 0.29% -
HSV(B) 90º 0.84% 0.51% -
XYZ 10.89 17.25 3.47 -
YUV 100.54 83.11 109.78 -
System Red Green Blue C M Y K H S L
Decimal 75 129 21 0.42 0 0.84 0.49 90 0.72 0.29
Hex 4B 81 15 2A 0 54 31 5A 48 1D
Octal 113 201 25 52 0 124 61 132 110 35
Binary 1001011 10000001 10101 101010 0 1010100 110001 1011010 1001000 11101

Color Harmonies of #4B8115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8115

Black with #4B8115

Text Example


Text Example

White with #4B8115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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