#368303

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

Shades of Bilbao #368303

Tints of Bilbao #368303

Color information

#368303 (or 0x368303) is unknown color: approx Bilbao. HEX triplet: 36, 83 and 03. RGB value is (54,131,3). Sum of RGB (Red+Green+Blue) = 54+131+3=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 131 (51.56% from 255 or 69.68% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 131 - color contains mainly: green. Hex color #368303 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368303 is #C97CFC. Grayscale: #5D5D5D. Windows color (decimal): -13204733 or 230198. OLE color: 230198.

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

Color convert

RGB541313-
CMYK0.5900.980.49
HSL96.09º95.52%26.27%-
HSV(B)96.09º97.71%51.37%-
XYZ9.6517.022.86-
YUV93.3876.9999.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.72%
GREEN value IS 131 (51.56% from 255) = 69.68%
BLUE value IS 3 (1.56% from 255) = 1.60%
R=28.72%
G=69.68%
B=1.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5413130.5900.980.4996.0995.5226.27
Hex368333B0623160601a
Octal6620337301426114014032
Binary1101101000001111111011011000101100011100000110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368303; }

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

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

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

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

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

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

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

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