Html Css Color HEX #4C811A Bilbao

📋 copy color: '#4C811A'

red 76 ◦ green 129 ◦ blue 26

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

Shades of Bilbao #4C811A

Tints of Bilbao #4C811A

RGB

 RED value IS 76 (30.08% from 255) = 32.9%

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

 BLUE value IS 26 (10.55% from 255) = 11.26%

R = 32.9%
G = 55.84%
B = 11.26%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#4C811A (or 0x4C811A) is known color: Bilbao. HEX triplet: 4C, 81 and 1A. RGB value is (76,129,26). Sum of RGB (Red+Green+Blue) = 76+129+26=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #4C811A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C811A is #B37EE5. Grayscale: #656565. Windows color (decimal): -11763430 or 1737036. OLE color: 1737036.

HSL color Cylindrical-coordinate representation of color #4C811A: hue angle of 90.87º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C811A is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 76 129 26 -
CMYK 0.41 0 0.80 0.49
HSL 90.87º 0.66% 0.3% -
HSV(B) 90.87º 0.8% 0.51% -
XYZ 11.02 17.31 3.74 -
YUV 101.41 85.44 109.88 -
System Red Green Blue C M Y K H S L
Decimal 76 129 26 0.41 0 0.80 0.49 90.87 0.66 0.3
Hex 4C 81 1A 29 0 50 31 5B 42 1E
Octal 114 201 32 51 0 120 61 133 102 36
Binary 1001100 10000001 11010 101001 0 1010000 110001 1011011 1000010 11110

Color Harmonies of #4C811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C811A

Black with #4C811A

Text Example


Text Example

White with #4C811A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,129,26); }

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

background-color css

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

 a { background-color: rgb(76,129,26); }

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

border-color css

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

 span { border-color: rgb(76,129,26); }

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