#3C752D

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

Shades of Bilbao #3C752D

Tints of Bilbao #3C752D

Color information

#3C752D (or 0x3C752D) is unknown color: approx Bilbao. HEX triplet: 3C, 75 and 2D. RGB value is (60,117,45). Sum of RGB (Red+Green+Blue) = 60+117+45=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #3C752D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C752D is #C38AD2. Grayscale: #5B5B5B. Windows color (decimal): -12815059 or 2979132. OLE color: 2979132.

HSL color Cylindrical-coordinate representation of color #3C752D: hue angle of 107.5º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C752D is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB6011745-
CMYK0.4900.620.54
HSL107.5º44.44%31.76%-
HSV(B)107.5º61.54%45.88%-
XYZ8.713.874.7-
YUV91.75101.62105.35-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.03%
GREEN value IS 117 (46.09% from 255) = 52.70%
BLUE value IS 45 (17.97% from 255) = 20.27%
R=27.03%
G=52.70%
B=20.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60117450.4900.620.54107.544.4431.76
Hex3C752D3103E366c2c20
Octal741655561076661545440
Binary111100111010110110111000101111101101101101100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C752D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,117,45); }

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

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

 a { background-color: rgb(60,117,45); }

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

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

 span { border-color: rgb(60,117,45); }

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