Html Css Color HEX #4A821C Bilbao

📋 copy color: '#4A821C'

red 74 ◦ green 130 ◦ blue 28

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

Shades of Bilbao #4A821C

Tints of Bilbao #4A821C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 56.03%

 BLUE value IS 28 (11.33% from 255) = 12.07%

R = 31.9%
G = 56.03%
B = 12.07%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#4A821C (or 0x4A821C) is known color: Bilbao. HEX triplet: 4A, 82 and 1C. RGB value is (74,130,28). Sum of RGB (Red+Green+Blue) = 74+130+28=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #4A821C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A821C is #B57DE3. Grayscale: #656565. Windows color (decimal): -11894244 or 1868362. OLE color: 1868362.

HSL color Cylindrical-coordinate representation of color #4A821C: hue angle of 92.94º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A821C is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 74 130 28 -
CMYK 0.43 0 0.78 0.49
HSL 92.94º 0.65% 0.31% -
HSV(B) 92.94º 0.78% 0.51% -
XYZ 11.02 17.5 3.9 -
YUV 101.63 86.45 108.29 -
System Red Green Blue C M Y K H S L
Decimal 74 130 28 0.43 0 0.78 0.49 92.94 0.65 0.31
Hex 4A 82 1C 2B 0 4E 31 5D 41 1F
Octal 112 202 34 53 0 116 61 135 101 37
Binary 1001010 10000010 11100 101011 0 1001110 110001 1011101 1000001 11111

Color Harmonies of #4A821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A821C

Black with #4A821C

Text Example


Text Example

White with #4A821C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,130,28); }

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

background-color css

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

 a { background-color: rgb(74,130,28); }

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

border-color css

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

 span { border-color: rgb(74,130,28); }

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