#318F07

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

Shades of Bilbao #318F07

Tints of Bilbao #318F07

Color information

#318F07 (or 0x318F07) is unknown color: approx Bilbao. HEX triplet: 31, 8F and 07. RGB value is (49,143,7). Sum of RGB (Red+Green+Blue) = 49+143+7=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 143 (56.25% from 255 or 71.86% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 143 - color contains mainly: green. Hex color #318F07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #318F07 is #CE70F8. Grayscale: #636363. Windows color (decimal): -13529337 or 495409. OLE color: 495409.

HSL color Cylindrical-coordinate representation of color #318F07: hue angle of 101.47º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #318F07 is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB491437-
CMYK0.6600.950.44
HSL101.47º90.67%29.41%-
HSV(B)101.47º95.1%56.08%-
XYZ11.1320.313.54-
YUV99.3975.8692.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 143 (56.25% from 255) = 71.86%
BLUE value IS 7 (3.12% from 255) = 3.52%
R=24.62%
G=71.86%
B=3.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4914370.6600.950.44101.4790.6729.41
Hex318F74205F2C655b1d
Octal61217710201375414513335
Binary110001100011111111000010010111111011001100101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318F07; }

 p { color: rgb(49,143,7); }

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

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

 a { background-color: rgb(49,143,7); }

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

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

 span { border-color: rgb(49,143,7); }

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