#3C8231

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

Shades of Bilbao #3C8231

Tints of Bilbao #3C8231

Color information

#3C8231 (or 0x3C8231) is unknown color: approx Bilbao. HEX triplet: 3C, 82 and 31. RGB value is (60,130,49). Sum of RGB (Red+Green+Blue) = 60+130+49=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #3C8231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8231 is #C37DCE. Grayscale: #646464. Windows color (decimal): -12811727 or 3244604. OLE color: 3244604.

HSL color Cylindrical-coordinate representation of color #3C8231: hue angle of 111.85º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C8231 is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB6013049-
CMYK0.5400.620.49
HSL111.85º45.25%35.1%-
HSV(B)111.85º62.31%50.98%-
XYZ10.417.155.67-
YUV99.8499.3199.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.10%
GREEN value IS 130 (51.17% from 255) = 54.39%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=25.10%
G=54.39%
B=20.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60130490.5400.620.49111.8545.2535.1
Hex3C82313603E31702d23
Octal742026166076611605543
Binary1111001000001011000111011001111101100011110000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,130,49); }

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

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

 a { background-color: rgb(60,130,49); }

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

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

 span { border-color: rgb(60,130,49); }

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