#3C7C30

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

Shades of Bilbao #3C7C30

Tints of Bilbao #3C7C30

Color information

#3C7C30 (or 0x3C7C30) is unknown color: approx Bilbao. HEX triplet: 3C, 7C and 30. RGB value is (60,124,48). Sum of RGB (Red+Green+Blue) = 60+124+48=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #3C7C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7C30 is #C383CF. Grayscale: #606060. Windows color (decimal): -12813264 or 3177532. OLE color: 3177532.

HSL color Cylindrical-coordinate representation of color #3C7C30: hue angle of 110.53º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C7C30 is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB6012448-
CMYK0.5200.610.51
HSL110.53º44.19%33.73%-
HSV(B)110.53º61.29%48.63%-
XYZ9.615.595.3-
YUV96.2100.8102.18-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.86%
GREEN value IS 124 (48.83% from 255) = 53.45%
BLUE value IS 48 (19.14% from 255) = 20.69%
R=25.86%
G=53.45%
B=20.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal60124480.5200.610.51110.5344.1933.73
Hex3C7C303403D336f2c22
Octal741746064075631575442
Binary111100111110011000011010001111011100111101111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,124,48); }

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

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

 a { background-color: rgb(60,124,48); }

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

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

 span { border-color: rgb(60,124,48); }

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