#369001

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

Shades of Bilbao #369001

Tints of Bilbao #369001

Color information

#369001 (or 0x369001) is unknown color: approx Bilbao. HEX triplet: 36, 90 and 01. RGB value is (54,144,1). Sum of RGB (Red+Green+Blue) = 54+144+1=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 144 (56.64% from 255 or 72.36% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 144 - color contains mainly: green. Hex color #369001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369001 is #C96FFE. Grayscale: #656565. Windows color (decimal): -13201407 or 102454. OLE color: 102454.

HSL color Cylindrical-coordinate representation of color #369001: hue angle of 97.76º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #369001 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB541441-
CMYK0.6300.990.44
HSL97.76º98.62%28.43%-
HSV(B)97.76º99.31%56.47%-
XYZ11.520.733.42-
YUV100.7971.6894.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.14%
GREEN value IS 144 (56.64% from 255) = 72.36%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=27.14%
G=72.36%
B=0.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5414410.6300.990.4497.7698.6228.43
Hex369013F0632C62631c
Octal6622017701435414214334
Binary110110100100001111111011000111011001100010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369001; }

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

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

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

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

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

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

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

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