#307921

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

Shades of Bilbao #307921

Tints of Bilbao #307921

Color information

#307921 (or 0x307921) is unknown color: approx Bilbao. HEX triplet: 30, 79 and 21. RGB value is (48,121,33). Sum of RGB (Red+Green+Blue) = 48+121+33=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 121 (47.66% from 255 or 59.90% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 121 - color contains mainly: green. Hex color #307921 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307921 is #CF86DE. Grayscale: #595959. Windows color (decimal): -13600479 or 2193712. OLE color: 2193712.

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

Color convert

RGB4812133-
CMYK0.6000.730.53
HSL109.77º57.14%30.2%-
HSV(B)109.77º72.73%47.45%-
XYZ8.3314.413.78-
YUV89.1496.3298.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.76%
GREEN value IS 121 (47.66% from 255) = 59.90%
BLUE value IS 33 (13.28% from 255) = 16.34%
R=23.76%
G=59.90%
B=16.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48121330.6000.730.53109.7757.1430.2
Hex3079213C049356e391e
Octal6017141740111651567136
Binary110000111100110000111110001001001110101110111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307921; }

 p { color: rgb(48,121,33); }

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

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

 a { background-color: rgb(48,121,33); }

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

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

 span { border-color: rgb(48,121,33); }

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