Html Css Color HEX #4A7B32 Bilbao

📋 copy color: '#4A7B32'

red 74 ◦ green 123 ◦ blue 50

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

Shades of Bilbao #4A7B32

Tints of Bilbao #4A7B32

RGB

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

 GREEN value IS 123 (48.44% from 255) = 49.8%

 BLUE value IS 50 (19.92% from 255) = 20.24%

R = 29.96%
G = 49.8%
B = 20.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#4A7B32 (or 0x4A7B32) is known color: Bilbao. HEX triplet: 4A, 7B and 32. RGB value is (74,123,50). Sum of RGB (Red+Green+Blue) = 74+123+50=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 123 (48.44% from 255 or 49.80% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 123 - color contains mainly: green. Hex color #4A7B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7B32 is #B584CD. Grayscale: #646464. Windows color (decimal): -11896014 or 3308362. OLE color: 3308362.

HSL color Cylindrical-coordinate representation of color #4A7B32: hue angle of 100.27º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A7B32 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB 74 123 50 -
CMYK 0.40 0 0.59 0.52
HSL 100.27º 0.42% 0.34% -
HSV(B) 100.27º 0.59% 0.48% -
XYZ 10.48 15.85 5.52 -
YUV 100.03 99.77 109.44 -
System Red Green Blue C M Y K H S L
Decimal 74 123 50 0.40 0 0.59 0.52 100.27 0.42 0.34
Hex 4A 7B 32 28 0 3B 34 64 2A 22
Octal 112 173 62 50 0 73 64 144 52 42
Binary 1001010 1111011 110010 101000 0 111011 110100 1100100 101010 100010

Color Harmonies of #4A7B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7B32

Black with #4A7B32

Text Example


Text Example

White with #4A7B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,123,50); }

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

background-color css

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

 a { background-color: rgb(74,123,50); }

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

border-color css

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

 span { border-color: rgb(74,123,50); }

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