Html Css Color HEX #4B811C Bilbao

📋 copy color: '#4B811C'

red 75 ◦ green 129 ◦ blue 28

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

Shades of Bilbao #4B811C

Tints of Bilbao #4B811C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.07%

R = 32.33%
G = 55.6%
B = 12.07%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#4B811C (or 0x4B811C) is known color: Bilbao. HEX triplet: 4B, 81 and 1C. RGB value is (75,129,28). Sum of RGB (Red+Green+Blue) = 75+129+28=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 129 (50.78% from 255 or 55.60% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 129 - color contains mainly: green. Hex color #4B811C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B811C is #B47EE3. Grayscale: #656565. Windows color (decimal): -11828964 or 1868107. OLE color: 1868107.

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

Color convert

RGB 75 129 28 -
CMYK 0.42 0 0.78 0.49
HSL 92.08º 0.64% 0.31% -
HSV(B) 92.08º 0.78% 0.51% -
XYZ 10.96 17.28 3.86 -
YUV 101.34 86.61 109.21 -
System Red Green Blue C M Y K H S L
Decimal 75 129 28 0.42 0 0.78 0.49 92.08 0.64 0.31
Hex 4B 81 1C 2A 0 4E 31 5C 40 1F
Octal 113 201 34 52 0 116 61 134 100 37
Binary 1001011 10000001 11100 101010 0 1001110 110001 1011100 1000000 11111

Color Harmonies of #4B811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B811C

Black with #4B811C

Text Example


Text Example

White with #4B811C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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