#3C8E03

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

Shades of Bilbao #3C8E03

Tints of Bilbao #3C8E03

Color information

#3C8E03 (or 0x3C8E03) is unknown color: approx Bilbao. HEX triplet: 3C, 8E and 03. RGB value is (60,142,3). Sum of RGB (Red+Green+Blue) = 60+142+3=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 142 (55.86% from 255 or 69.27% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 142 - color contains mainly: green. Hex color #3C8E03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8E03 is #C371FC. Grayscale: #666666. Windows color (decimal): -12808701 or 233020. OLE color: 233020.

HSL color Cylindrical-coordinate representation of color #3C8E03: hue angle of 95.4º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C8E03 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.

Color convert

RGB601423-
CMYK0.5800.980.44
HSL95.4º95.86%28.43%-
HSV(B)95.4º97.89%55.69%-
XYZ11.5520.313.4-
YUV101.6472.3398.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.27%
GREEN value IS 142 (55.86% from 255) = 69.27%
BLUE value IS 3 (1.56% from 255) = 1.46%
R=29.27%
G=69.27%
B=1.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6014230.5800.980.4495.495.8628.43
Hex3C8E33A0622C5f601c
Octal7421637201425413714034
Binary1111001000111011111010011000101011001011111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,142,3); }

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

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

 a { background-color: rgb(60,142,3); }

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

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

 span { border-color: rgb(60,142,3); }

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