#3C8334

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

Shades of Bilbao #3C8334

Tints of Bilbao #3C8334

Color information

#3C8334 (or 0x3C8334) is unknown color: approx Bilbao. HEX triplet: 3C, 83 and 34. RGB value is (60,131,52). Sum of RGB (Red+Green+Blue) = 60+131+52=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #3C8334 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8334 is #C37CCB. Grayscale: #656565. Windows color (decimal): -12811468 or 3441468. OLE color: 3441468.

HSL color Cylindrical-coordinate representation of color #3C8334: hue angle of 113.92º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C8334 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB6013152-
CMYK0.5400.600.49
HSL113.92º43.17%35.88%-
HSV(B)113.92º60.31%51.37%-
XYZ10.617.446.06-
YUV100.76100.4898.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.69%
GREEN value IS 131 (51.56% from 255) = 53.91%
BLUE value IS 52 (20.70% from 255) = 21.40%
R=24.69%
G=53.91%
B=21.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60131520.5400.600.49113.9243.1735.88
Hex3C83343603C31722b24
Octal742036466074611625344
Binary1111001000001111010011011001111001100011110010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,131,52); }

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

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

 a { background-color: rgb(60,131,52); }

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

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

 span { border-color: rgb(60,131,52); }

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