#368305

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

Shades of Bilbao #368305

Tints of Bilbao #368305

Color information

#368305 (or 0x368305) is unknown color: approx Bilbao. HEX triplet: 36, 83 and 05. RGB value is (54,131,5). Sum of RGB (Red+Green+Blue) = 54+131+5=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 131 (51.56% from 255 or 68.95% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 131 - color contains mainly: green. Hex color #368305 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368305 is #C97CFA. Grayscale: #5E5E5E. Windows color (decimal): -13204731 or 361270. OLE color: 361270.

HSL color Cylindrical-coordinate representation of color #368305: hue angle of 96.67º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #368305 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB541315-
CMYK0.5900.960.49
HSL96.67º92.65%26.67%-
HSV(B)96.67º96.18%51.37%-
XYZ9.6717.032.92-
YUV93.6177.9999.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.42%
GREEN value IS 131 (51.56% from 255) = 68.95%
BLUE value IS 5 (2.34% from 255) = 2.63%
R=28.42%
G=68.95%
B=2.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5413150.5900.960.4996.6792.6526.67
Hex368353B06031615d1b
Octal6620357301406114113533
Binary11011010000011101111011011000001100011100001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368305; }

 p { color: rgb(54,131,5); }

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

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

 a { background-color: rgb(54,131,5); }

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

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

 span { border-color: rgb(54,131,5); }

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