Html Css Color HEX #4D7C27 Bilbao

📋 copy color: '#4D7C27'

red 77 ◦ green 124 ◦ blue 39

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

Shades of Bilbao #4D7C27

Tints of Bilbao #4D7C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.25%

R = 32.08%
G = 51.67%
B = 16.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#4D7C27 (or 0x4D7C27) is known color: Bilbao. HEX triplet: 4D, 7C and 27. RGB value is (77,124,39). Sum of RGB (Red+Green+Blue) = 77+124+39=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 124 (48.83% from 255 or 51.67% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 124 - color contains mainly: green. Hex color #4D7C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7C27 is #B283D8. Grayscale: #646464. Windows color (decimal): -11699161 or 2587725. OLE color: 2587725.

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

Color convert

RGB 77 124 39 -
CMYK 0.38 0 0.69 0.51
HSL 93.18º 0.52% 0.32% -
HSV(B) 93.18º 0.69% 0.49% -
XYZ 10.63 16.14 4.47 -
YUV 100.26 93.43 111.41 -
System Red Green Blue C M Y K H S L
Decimal 77 124 39 0.38 0 0.69 0.51 93.18 0.52 0.32
Hex 4D 7C 27 26 0 45 33 5D 34 20
Octal 115 174 47 46 0 105 63 135 64 40
Binary 1001101 1111100 100111 100110 0 1000101 110011 1011101 110100 100000

Color Harmonies of #4D7C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7C27

Black with #4D7C27

Text Example


Text Example

White with #4D7C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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