#368127

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

Shades of Bilbao #368127

Tints of Bilbao #368127

Color information

#368127 (or 0x368127) is unknown color: approx Bilbao. HEX triplet: 36, 81 and 27. RGB value is (54,129,39). Sum of RGB (Red+Green+Blue) = 54+129+39=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 129 (50.78% from 255 or 58.11% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 129 - color contains mainly: green. Hex color #368127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368127 is #C97ED8. Grayscale: #606060. Windows color (decimal): -13205209 or 2588982. OLE color: 2588982.

HSL color Cylindrical-coordinate representation of color #368127: hue angle of 110º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #368127 is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB5412939-
CMYK0.5800.700.49
HSL110º53.57%32.94%-
HSV(B)110º69.77%50.59%-
XYZ9.7416.634.62-
YUV96.3295.6597.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.32%
GREEN value IS 129 (50.78% from 255) = 58.11%
BLUE value IS 39 (15.62% from 255) = 17.57%
R=24.32%
G=58.11%
B=17.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54129390.5800.700.4911053.5732.94
Hex3681273A046316e3621
Octal6620147720106611566641
Binary11011010000001100111111010010001101100011101110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368127; }

 p { color: rgb(54,129,39); }

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

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

 a { background-color: rgb(54,129,39); }

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

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

 span { border-color: rgb(54,129,39); }

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