Html Css Color HEX #4A792C Bilbao

📋 copy color: '#4A792C'

red 74 ◦ green 121 ◦ blue 44

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

Shades of Bilbao #4A792C

Tints of Bilbao #4A792C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.63%

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

R = 30.96%
G = 50.63%
B = 18.41%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#4A792C (or 0x4A792C) is known color: Bilbao. HEX triplet: 4A, 79 and 2C. RGB value is (74,121,44). Sum of RGB (Red+Green+Blue) = 74+121+44=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #4A792C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A792C is #B586D3. Grayscale: #626262. Windows color (decimal): -11896532 or 2914634. OLE color: 2914634.

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

Color convert

RGB 74 121 44 -
CMYK 0.39 0 0.64 0.53
HSL 96.62º 0.47% 0.32% -
HSV(B) 96.62º 0.64% 0.47% -
XYZ 10.12 15.31 4.81 -
YUV 98.17 97.43 110.76 -
System Red Green Blue C M Y K H S L
Decimal 74 121 44 0.39 0 0.64 0.53 96.62 0.47 0.32
Hex 4A 79 2C 27 0 40 35 61 2F 20
Octal 112 171 54 47 0 100 65 141 57 40
Binary 1001010 1111001 101100 100111 0 1000000 110101 1100001 101111 100000

Color Harmonies of #4A792C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A792C

Black with #4A792C

Text Example


Text Example

White with #4A792C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,121,44); }

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

background-color css

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

 a { background-color: rgb(74,121,44); }

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

border-color css

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

 span { border-color: rgb(74,121,44); }

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