#3C8626

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

Shades of Bilbao #3C8626

Tints of Bilbao #3C8626

Color information

#3C8626 (or 0x3C8626) is unknown color: approx Bilbao. HEX triplet: 3C, 86 and 26. RGB value is (60,134,38). Sum of RGB (Red+Green+Blue) = 60+134+38=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #3C8626 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8626 is #C379D9. Grayscale: #656565. Windows color (decimal): -12810714 or 2524732. OLE color: 2524732.

HSL color Cylindrical-coordinate representation of color #3C8626: hue angle of 106.25º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C8626 is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB6013438-
CMYK0.5500.720.47
HSL106.25º55.81%33.73%-
HSV(B)106.25º71.64%52.55%-
XYZ10.7418.154.77-
YUV100.9392.4898.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.86%
GREEN value IS 134 (52.73% from 255) = 57.76%
BLUE value IS 38 (15.23% from 255) = 16.38%
R=25.86%
G=57.76%
B=16.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60134380.5500.720.47106.2555.8133.73
Hex3C8626370482F6a3822
Octal7420646670110571527042
Binary11110010000110100110110111010010001011111101010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,134,38); }

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

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

 a { background-color: rgb(60,134,38); }

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

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

 span { border-color: rgb(60,134,38); }

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