#3C8235

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

Shades of Bilbao #3C8235

Tints of Bilbao #3C8235

Color information

#3C8235 (or 0x3C8235) is unknown color: approx Bilbao. HEX triplet: 3C, 82 and 35. RGB value is (60,130,53). Sum of RGB (Red+Green+Blue) = 60+130+53=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #3C8235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8235 is #C37DCA. Grayscale: #646464. Windows color (decimal): -12811723 or 3506748. OLE color: 3506748.

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

Color convert

RGB6013053-
CMYK0.5400.590.49
HSL114.55º42.08%35.88%-
HSV(B)114.55º59.23%50.98%-
XYZ10.4917.186.13-
YUV100.29101.3199.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.69%
GREEN value IS 130 (51.17% from 255) = 53.50%
BLUE value IS 53 (21.09% from 255) = 21.81%
R=24.69%
G=53.50%
B=21.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60130530.5400.590.49114.5542.0835.88
Hex3C82353603B31732a24
Octal742026566073611635244
Binary1111001000001011010111011001110111100011110011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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