#3A6F1C

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

Shades of Bilbao #3A6F1C

Tints of Bilbao #3A6F1C

Color information

#3A6F1C (or 0x3A6F1C) is unknown color: approx Bilbao. HEX triplet: 3A, 6F and 1C. RGB value is (58,111,28). Sum of RGB (Red+Green+Blue) = 58+111+28=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6F1C is #C590E3. Grayscale: #555555. Windows color (decimal): -12947684 or 1863482. OLE color: 1863482.

HSL color Cylindrical-coordinate representation of color #3A6F1C: hue angle of 98.31º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A6F1C is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB5811128-
CMYK0.4800.750.56
HSL98.31º59.71%27.25%-
HSV(B)98.31º74.77%43.53%-
XYZ7.6412.353.08-
YUV85.6995.44108.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.44%
GREEN value IS 111 (43.75% from 255) = 56.35%
BLUE value IS 28 (11.33% from 255) = 14.21%
R=29.44%
G=56.35%
B=14.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58111280.4800.750.5698.3159.7127.25
Hex3A6F1C3004B38623c1b
Octal7215734600113701427433
Binary11101011011111110011000001001011111000110001011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,111,28); }

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

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

 a { background-color: rgb(58,111,28); }

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

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

 span { border-color: rgb(58,111,28); }

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