#307717

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

Shades of Bilbao #307717

Tints of Bilbao #307717

Color information

#307717 (or 0x307717) is unknown color: approx Bilbao. HEX triplet: 30, 77 and 17. RGB value is (48,119,23). Sum of RGB (Red+Green+Blue) = 48+119+23=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 119 (46.88% from 255 or 62.63% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 119 - color contains mainly: green. Hex color #307717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307717 is #CF88E8. Grayscale: #575757. Windows color (decimal): -13601001 or 1537840. OLE color: 1537840.

HSL color Cylindrical-coordinate representation of color #307717: hue angle of 104.38º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #307717 is Cyan = 0.60, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB4811923-
CMYK0.6000.810.53
HSL104.38º67.61%27.84%-
HSV(B)104.38º80.67%46.67%-
XYZ7.9713.883.07-
YUV86.8391.98100.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 119 (46.88% from 255) = 62.63%
BLUE value IS 23 (9.38% from 255) = 12.11%
R=25.26%
G=62.63%
B=12.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119230.6000.810.53104.3867.6127.84
Hex3077173C0513568441c
Octal60167277401216515010434
Binary110000111011110111111100010100011101011101000100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307717; }

 p { color: rgb(48,119,23); }

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

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

 a { background-color: rgb(48,119,23); }

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

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

 span { border-color: rgb(48,119,23); }

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