Html Css Color HEX #4B7A2C Bilbao

📋 copy color: '#4B7A2C'

red 75 ◦ green 122 ◦ blue 44

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

Shades of Bilbao #4B7A2C

Tints of Bilbao #4B7A2C

RGB

 RED value IS 75 (29.69% from 255) = 31.12%

 GREEN value IS 122 (48.05% from 255) = 50.62%

 BLUE value IS 44 (17.58% from 255) = 18.26%

R = 31.12%
G = 50.62%
B = 18.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.52

RGB Variations

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

Color information

#4B7A2C (or 0x4B7A2C) is known color: Bilbao. HEX triplet: 4B, 7A and 2C. RGB value is (75,122,44). Sum of RGB (Red+Green+Blue) = 75+122+44=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 122 (48.05% from 255 or 50.62% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 122 - color contains mainly: green. Hex color #4B7A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7A2C is #B485D3. Grayscale: #636363. Windows color (decimal): -11830740 or 2914891. OLE color: 2914891.

HSL color Cylindrical-coordinate representation of color #4B7A2C: hue angle of 96.15º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B7A2C is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB 75 122 44 -
CMYK 0.39 0 0.64 0.52
HSL 96.15º 0.47% 0.33% -
HSV(B) 96.15º 0.64% 0.48% -
XYZ 10.32 15.6 4.85 -
YUV 99.06 96.93 110.84 -
System Red Green Blue C M Y K H S L
Decimal 75 122 44 0.39 0 0.64 0.52 96.15 0.47 0.33
Hex 4B 7A 2C 27 0 40 34 60 2F 21
Octal 113 172 54 47 0 100 64 140 57 41
Binary 1001011 1111010 101100 100111 0 1000000 110100 1100000 101111 100001

Color Harmonies of #4B7A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7A2C

Black with #4B7A2C

Text Example


Text Example

White with #4B7A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,122,44); }

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

background-color css

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

 a { background-color: rgb(75,122,44); }

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

border-color css

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

 span { border-color: rgb(75,122,44); }

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