#368913

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

Shades of Bilbao #368913

Tints of Bilbao #368913

Color information

#368913 (or 0x368913) is unknown color: approx Bilbao. HEX triplet: 36, 89 and 13. RGB value is (54,137,19). Sum of RGB (Red+Green+Blue) = 54+137+19=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 137 (53.91% from 255 or 65.24% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 137 - color contains mainly: green. Hex color #368913 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368913 is #C976EC. Grayscale: #636363. Windows color (decimal): -13203181 or 1280310. OLE color: 1280310.

HSL color Cylindrical-coordinate representation of color #368913: hue angle of 102.2º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #368913 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB5413719-
CMYK0.6100.860.46
HSL102.2º75.64%30.59%-
HSV(B)102.2º86.13%53.73%-
XYZ10.5818.723.67-
YUV98.738396.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.71%
GREEN value IS 137 (53.91% from 255) = 65.24%
BLUE value IS 19 (7.81% from 255) = 9.05%
R=25.71%
G=65.24%
B=9.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54137190.6100.860.46102.275.6430.59
Hex3689133D0562E664c1f
Octal66211237501265614611437
Binary1101101000100110011111101010101101011101100110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368913; }

 p { color: rgb(54,137,19); }

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

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

 a { background-color: rgb(54,137,19); }

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

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

 span { border-color: rgb(54,137,19); }

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