#30760A

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

Shades of Bilbao #30760A

Tints of Bilbao #30760A

Color information

#30760A (or 0x30760A) is unknown color: approx Bilbao. HEX triplet: 30, 76 and 0A. RGB value is (48,118,10). Sum of RGB (Red+Green+Blue) = 48+118+10=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 118 (46.48% from 255 or 67.05% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 118 - color contains mainly: green. Hex color #30760A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30760A is #CF89F5. Grayscale: #555555. Windows color (decimal): -13601270 or 685616. OLE color: 685616.

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

Color convert

RGB4811810-
CMYK0.5900.920.54
HSL98.89º84.38%25.1%-
HSV(B)98.89º91.53%46.27%-
XYZ7.7513.612.51-
YUV84.7685.81101.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 118 (46.48% from 255) = 67.05%
BLUE value IS 10 (4.30% from 255) = 5.68%
R=27.27%
G=67.05%
B=5.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118100.5900.920.5498.8984.3825.1
Hex3076A3B05C36635419
Octal60166127301346614312431
Binary11000011101101010111011010111001101101100011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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