Html Css Color HEX #4A7C1E Bilbao

📋 copy color: '#4A7C1E'

red 74 ◦ green 124 ◦ blue 30

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

Shades of Bilbao #4A7C1E

Tints of Bilbao #4A7C1E

RGB

 RED value IS 74 (29.3% from 255) = 32.46%

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

 BLUE value IS 30 (12.11% from 255) = 13.16%

R = 32.46%
G = 54.39%
B = 13.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.76

 K value IS 0.51

RGB Variations

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

Color information

#4A7C1E (or 0x4A7C1E) is known color: Bilbao. HEX triplet: 4A, 7C and 1E. RGB value is (74,124,30). Sum of RGB (Red+Green+Blue) = 74+124+30=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 124 (48.83% from 255 or 54.39% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 124 - color contains mainly: green. Hex color #4A7C1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7C1E is #B583E1. Grayscale: #626262. Windows color (decimal): -11895778 or 1997898. OLE color: 1997898.

HSL color Cylindrical-coordinate representation of color #4A7C1E: hue angle of 91.91º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A7C1E is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 124 30 -
CMYK 0.40 0 0.76 0.51
HSL 91.91º 0.61% 0.3% -
HSV(B) 91.91º 0.76% 0.49% -
XYZ 10.27 15.96 3.77 -
YUV 98.33 89.44 110.64 -
System Red Green Blue C M Y K H S L
Decimal 74 124 30 0.40 0 0.76 0.51 91.91 0.61 0.3
Hex 4A 7C 1E 28 0 4C 33 5C 3D 1E
Octal 112 174 36 50 0 114 63 134 75 36
Binary 1001010 1111100 11110 101000 0 1001100 110011 1011100 111101 11110

Color Harmonies of #4A7C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7C1E

Black with #4A7C1E

Text Example


Text Example

White with #4A7C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,124,30); }

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

background-color css

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

 a { background-color: rgb(74,124,30); }

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

border-color css

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

 span { border-color: rgb(74,124,30); }

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