Html Css Color HEX #4C7F16 Bilbao

📋 copy color: '#4C7F16'

red 76 ◦ green 127 ◦ blue 22

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

Shades of Bilbao #4C7F16

Tints of Bilbao #4C7F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.78%

R = 33.78%
G = 56.44%
B = 9.78%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#4C7F16 (or 0x4C7F16) is known color: Bilbao. HEX triplet: 4C, 7F and 16. RGB value is (76,127,22). Sum of RGB (Red+Green+Blue) = 76+127+22=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 127 (50% from 255 or 56.44% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 127 - color contains mainly: green. Hex color #4C7F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7F16 is #B380E9. Grayscale: #646464. Windows color (decimal): -11763946 or 1474380. OLE color: 1474380.

HSL color Cylindrical-coordinate representation of color #4C7F16: hue angle of 89.14º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C7F16 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 76 127 22 -
CMYK 0.40 0 0.83 0.50
HSL 89.14º 0.7% 0.29% -
HSV(B) 89.14º 0.83% 0.5% -
XYZ 10.71 16.77 3.43 -
YUV 99.78 84.1 111.04 -
System Red Green Blue C M Y K H S L
Decimal 76 127 22 0.40 0 0.83 0.50 89.14 0.7 0.29
Hex 4C 7F 16 28 0 53 32 59 46 1D
Octal 114 177 26 50 0 123 62 131 106 35
Binary 1001100 1111111 10110 101000 0 1010011 110010 1011001 1000110 11101

Color Harmonies of #4C7F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7F16

Black with #4C7F16

Text Example


Text Example

White with #4C7F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,127,22); }

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

background-color css

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

 a { background-color: rgb(76,127,22); }

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

border-color css

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

 span { border-color: rgb(76,127,22); }

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