#3A7C21

Color #3A7C21 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #3A7C21

Tints of Bilbao #3A7C21

Color information

#3A7C21 (or 0x3A7C21) is unknown color: approx Bilbao. HEX triplet: 3A, 7C and 21. RGB value is (58,124,33). Sum of RGB (Red+Green+Blue) = 58+124+33=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 124 (48.83% from 255 or 57.67% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7C21 is #C583DE. Grayscale: #5E5E5E. Windows color (decimal): -12944351 or 2194490. OLE color: 2194490.

HSL color Cylindrical-coordinate representation of color #3A7C21: hue angle of 103.52º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A7C21 is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB5812433-
CMYK0.5300.730.51
HSL103.52º57.96%30.78%-
HSV(B)103.52º73.39%48.63%-
XYZ9.2315.423.93-
YUV93.8993.63102.4-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.98%
GREEN value IS 124 (48.83% from 255) = 57.67%
BLUE value IS 33 (13.28% from 255) = 15.35%
R=26.98%
G=57.67%
B=15.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58124330.5300.730.51103.5257.9630.78
Hex3A7C213504933683a1f
Octal7217441650111631507237
Binary111010111110010000111010101001001110011110100011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A7C21; }

 p { color: rgb(58,124,33); }

 H1.HeaderClassName
 {
   color: #3A7C21;
 }
 .AnyTagClassName
 {
   color: #3A7C21;
 }
</style>
background-color css

<style>
 a { background-color: #3A7C21; }

 a { background-color: rgb(58,124,33); }

 div.DivClassName
 {
   background-color: #3A7C21;
 }
 .BgClassName
 {
   background-color: #3A7C21;
 }
</style>
border-color css

<style>
 span { border-color: #3A7C21; }

 span { border-color: rgb(58,124,33); }

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