Html Css Color HEX #4D7C28 Bilbao

📋 copy color: '#4D7C28'

red 77 ◦ green 124 ◦ blue 40

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

Shades of Bilbao #4D7C28

Tints of Bilbao #4D7C28

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.45%

 BLUE value IS 40 (16.02% from 255) = 16.6%

R = 31.95%
G = 51.45%
B = 16.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#4D7C28 (or 0x4D7C28) is known color: Bilbao. HEX triplet: 4D, 7C and 28. RGB value is (77,124,40). Sum of RGB (Red+Green+Blue) = 77+124+40=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #4D7C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7C28 is #B283D7. Grayscale: #646464. Windows color (decimal): -11699160 or 2653261. OLE color: 2653261.

HSL color Cylindrical-coordinate representation of color #4D7C28: hue angle of 93.57º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D7C28 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 124 40 -
CMYK 0.38 0 0.68 0.51
HSL 93.57º 0.51% 0.32% -
HSV(B) 93.57º 0.68% 0.49% -
XYZ 10.65 16.15 4.56 -
YUV 100.37 93.93 111.33 -
System Red Green Blue C M Y K H S L
Decimal 77 124 40 0.38 0 0.68 0.51 93.57 0.51 0.32
Hex 4D 7C 28 26 0 44 33 5E 33 20
Octal 115 174 50 46 0 104 63 136 63 40
Binary 1001101 1111100 101000 100110 0 1000100 110011 1011110 110011 100000

Color Harmonies of #4D7C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7C28

Black with #4D7C28

Text Example


Text Example

White with #4D7C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,124,40); }

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

background-color css

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

 a { background-color: rgb(77,124,40); }

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

border-color css

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

 span { border-color: rgb(77,124,40); }

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