#30761C

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

Shades of Bilbao #30761C

Tints of Bilbao #30761C

Color information

#30761C (or 0x30761C) is unknown color: approx Bilbao. HEX triplet: 30, 76 and 1C. RGB value is (48,118,28). Sum of RGB (Red+Green+Blue) = 48+118+28=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 118 (46.48% from 255 or 60.82% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 118 - color contains mainly: green. Hex color #30761C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30761C is #CF89E3. Grayscale: #575757. Windows color (decimal): -13601252 or 1865264. OLE color: 1865264.

HSL color Cylindrical-coordinate representation of color #30761C: hue angle of 106.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30761C is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB4811828-
CMYK0.5900.760.54
HSL106.67º61.64%28.63%-
HSV(B)106.67º76.27%46.27%-
XYZ7.9113.673.32-
YUV86.8194.81100.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 118 (46.48% from 255) = 60.82%
BLUE value IS 28 (11.33% from 255) = 14.43%
R=24.74%
G=60.82%
B=14.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118280.5900.760.54106.6761.6428.63
Hex30761C3B04C366b3e1d
Octal6016634730114661537635
Binary11000011101101110011101101001100110110110101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30761C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30761C; }

 p { color: rgb(48,118,28); }

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

<style>
 a { background-color: #30761C; }

 a { background-color: rgb(48,118,28); }

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

<style>
 span { border-color: #30761C; }

 span { border-color: rgb(48,118,28); }

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