#368801

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

Shades of Bilbao #368801

Tints of Bilbao #368801

Color information

#368801 (or 0x368801) is unknown color: approx Bilbao. HEX triplet: 36, 88 and 01. RGB value is (54,136,1). Sum of RGB (Red+Green+Blue) = 54+136+1=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 136 (53.52% from 255 or 71.20% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 136 - color contains mainly: green. Hex color #368801 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368801 is #C977FE. Grayscale: #606060. Windows color (decimal): -13203455 or 100406. OLE color: 100406.

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

Color convert

RGB541361-
CMYK0.6000.990.47
HSL96.44º98.54%26.86%-
HSV(B)96.44º99.26%53.33%-
XYZ10.3318.393.03-
YUV96.0974.3397.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.27%
GREEN value IS 136 (53.52% from 255) = 71.20%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=28.27%
G=71.20%
B=0.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5413610.6000.990.4796.4498.5426.86
Hex368813C0632F60631b
Octal6621017401435714014333
Binary110110100010001111100011000111011111100000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368801; }

 p { color: rgb(54,136,1); }

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

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

 a { background-color: rgb(54,136,1); }

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

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

 span { border-color: rgb(54,136,1); }

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