#307823

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

Shades of Bilbao #307823

Tints of Bilbao #307823

Color information

#307823 (or 0x307823) is unknown color: approx Bilbao. HEX triplet: 30, 78 and 23. RGB value is (48,120,35). Sum of RGB (Red+Green+Blue) = 48+120+35=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 120 (47.27% from 255 or 59.11% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 120 - color contains mainly: green. Hex color #307823 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307823 is #CF87DC. Grayscale: #595959. Windows color (decimal): -13600733 or 2324528. OLE color: 2324528.

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

Color convert

RGB4812035-
CMYK0.6000.710.53
HSL110.82º54.84%30.39%-
HSV(B)110.82º70.83%47.06%-
XYZ8.2414.183.89-
YUV88.7897.6598.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 120 (47.27% from 255) = 59.11%
BLUE value IS 35 (14.06% from 255) = 17.24%
R=23.65%
G=59.11%
B=17.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48120350.6000.710.53110.8254.8430.39
Hex3078233C047356f371e
Octal6017043740107651576736
Binary110000111100010001111110001000111110101110111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307823; }

 p { color: rgb(48,120,35); }

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

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

 a { background-color: rgb(48,120,35); }

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

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

 span { border-color: rgb(48,120,35); }

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