#3C8409

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

Shades of Bilbao #3C8409

Tints of Bilbao #3C8409

Color information

#3C8409 (or 0x3C8409) is unknown color: approx Bilbao. HEX triplet: 3C, 84 and 09. RGB value is (60,132,9). Sum of RGB (Red+Green+Blue) = 60+132+9=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 132 (51.95% from 255 or 65.67% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 132 - color contains mainly: green. Hex color #3C8409 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3C8409 is #C37BF6. Grayscale: #606060. Windows color (decimal): -12811255 or 623676. OLE color: 623676.

HSL color Cylindrical-coordinate representation of color #3C8409: hue angle of 95.12º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C8409 is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB601329-
CMYK0.5500.930.48
HSL95.12º87.23%27.65%-
HSV(B)95.12º93.18%51.76%-
XYZ10.1617.483.1-
YUV96.4578.65102-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.85%
GREEN value IS 132 (51.95% from 255) = 65.67%
BLUE value IS 9 (3.91% from 255) = 4.48%
R=29.85%
G=65.67%
B=4.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6013290.5500.930.4895.1287.2327.65
Hex3C8493705D305f571c
Octal74204116701356013712734
Binary111100100001001001110111010111011100001011111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,132,9); }

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

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

 a { background-color: rgb(60,132,9); }

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

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

 span { border-color: rgb(60,132,9); }

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