#30760C

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

Shades of Bilbao #30760C

Tints of Bilbao #30760C

Color information

#30760C (or 0x30760C) is unknown color: approx Bilbao. HEX triplet: 30, 76 and 0C. RGB value is (48,118,12). Sum of RGB (Red+Green+Blue) = 48+118+12=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 118 (46.48% from 255 or 66.29% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 118 - color contains mainly: green. Hex color #30760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30760C is #CF89F3. Grayscale: #555555. Windows color (decimal): -13601268 or 816688. OLE color: 816688.

HSL color Cylindrical-coordinate representation of color #30760C: hue angle of 99.62º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30760C is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB4811812-
CMYK0.5900.900.54
HSL99.62º81.54%25.49%-
HSV(B)99.62º89.83%46.27%-
XYZ7.7613.612.57-
YUV84.9986.81101.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 118 (46.48% from 255) = 66.29%
BLUE value IS 12 (5.08% from 255) = 6.74%
R=26.97%
G=66.29%
B=6.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118120.5900.900.5499.6281.5425.49
Hex3076C3B05A36645219
Octal60166147301326614412231
Binary11000011101101100111011010110101101101100100101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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