#3A7C0F

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

Shades of Bilbao #3A7C0F

Tints of Bilbao #3A7C0F

Color information

#3A7C0F (or 0x3A7C0F) is unknown color: approx Bilbao. HEX triplet: 3A, 7C and 0F. RGB value is (58,124,15). Sum of RGB (Red+Green+Blue) = 58+124+15=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 124 (48.83% from 255 or 62.94% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7C0F is #C583F0. Grayscale: #5C5C5C. Windows color (decimal): -12944369 or 1014842. OLE color: 1014842.

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

Color convert

RGB5812415-
CMYK0.5300.880.51
HSL96.33º78.42%27.25%-
HSV(B)96.33º87.9%48.63%-
XYZ9.0415.352.94-
YUV91.8484.63103.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.44%
GREEN value IS 124 (48.83% from 255) = 62.94%
BLUE value IS 15 (6.25% from 255) = 7.61%
R=29.44%
G=62.94%
B=7.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58124150.5300.880.5196.3378.4227.25
Hex3A7CF3505833604e1b
Octal72174176501306314011633
Binary11101011111001111110101010110001100111100000100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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