Html Css Color HEX #4D7F1C Bilbao

📋 copy color: '#4D7F1C'

red 77 ◦ green 127 ◦ blue 28

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

Shades of Bilbao #4D7F1C

Tints of Bilbao #4D7F1C

RGB

 RED value IS 77 (30.47% from 255) = 33.19%

 GREEN value IS 127 (50% from 255) = 54.74%

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

R = 33.19%
G = 54.74%
B = 12.07%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#4D7F1C (or 0x4D7F1C) is known color: Bilbao. HEX triplet: 4D, 7F and 1C. RGB value is (77,127,28). Sum of RGB (Red+Green+Blue) = 77+127+28=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 127 (50% from 255 or 54.74% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 127 - color contains mainly: green. Hex color #4D7F1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7F1C is #B280E3. Grayscale: #656565. Windows color (decimal): -11698404 or 1867597. OLE color: 1867597.

HSL color Cylindrical-coordinate representation of color #4D7F1C: hue angle of 90.3º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D7F1C is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 127 28 -
CMYK 0.39 0 0.78 0.50
HSL 90.3º 0.64% 0.3% -
HSV(B) 90.3º 0.78% 0.5% -
XYZ 10.86 16.84 3.78 -
YUV 100.76 86.94 111.05 -
System Red Green Blue C M Y K H S L
Decimal 77 127 28 0.39 0 0.78 0.50 90.3 0.64 0.3
Hex 4D 7F 1C 27 0 4E 32 5A 40 1E
Octal 115 177 34 47 0 116 62 132 100 36
Binary 1001101 1111111 11100 100111 0 1001110 110010 1011010 1000000 11110

Color Harmonies of #4D7F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7F1C

Black with #4D7F1C

Text Example


Text Example

White with #4D7F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,127,28); }

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

background-color css

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

 a { background-color: rgb(77,127,28); }

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

border-color css

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

 span { border-color: rgb(77,127,28); }

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