#368D04

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

Shades of Bilbao #368D04

Tints of Bilbao #368D04

Color information

#368D04 (or 0x368D04) is unknown color: approx Bilbao. HEX triplet: 36, 8D and 04. RGB value is (54,141,4). Sum of RGB (Red+Green+Blue) = 54+141+4=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 141 (55.47% from 255 or 70.85% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 141 - color contains mainly: green. Hex color #368D04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368D04 is #C972FB. Grayscale: #636363. Windows color (decimal): -13202172 or 298294. OLE color: 298294.

HSL color Cylindrical-coordinate representation of color #368D04: hue angle of 98.1º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #368D04 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB541414-
CMYK0.6200.970.45
HSL98.1º94.48%28.43%-
HSV(B)98.1º97.16%55.29%-
XYZ11.0719.843.36-
YUV99.3774.1895.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.14%
GREEN value IS 141 (55.47% from 255) = 70.85%
BLUE value IS 4 (1.95% from 255) = 2.01%
R=27.14%
G=70.85%
B=2.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5414140.6200.970.4598.194.4828.43
Hex368D43E0612D625e1c
Octal6621547601415514213634
Binary11011010001101100111110011000011011011100010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368D04; }

 p { color: rgb(54,141,4); }

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

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

 a { background-color: rgb(54,141,4); }

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

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

 span { border-color: rgb(54,141,4); }

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