#388018

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

Shades of Bilbao #388018

Tints of Bilbao #388018

Color information

#388018 (or 0x388018) is unknown color: approx Bilbao. HEX triplet: 38, 80 and 18. RGB value is (56,128,24). Sum of RGB (Red+Green+Blue) = 56+128+24=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 128 (50.39% from 255 or 61.54% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 128 - color contains mainly: green. Hex color #388018 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388018 is #C77FE7. Grayscale: #5E5E5E. Windows color (decimal): -13074408 or 1605688. OLE color: 1605688.

HSL color Cylindrical-coordinate representation of color #388018: hue angle of 101.54º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #388018 is Cyan = 0.56, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB5612824-
CMYK0.5600.810.50
HSL101.54º68.42%29.8%-
HSV(B)101.54º81.25%50.2%-
XYZ9.5116.353.52-
YUV94.6288.15100.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 128 (50.39% from 255) = 61.54%
BLUE value IS 24 (9.77% from 255) = 11.54%
R=26.92%
G=61.54%
B=11.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56128240.5600.810.50101.5468.4229.8
Hex388018380513266441e
Octal70200307001216214610436
Binary1110001000000011000111000010100011100101100110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388018; }

 p { color: rgb(56,128,24); }

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

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

 a { background-color: rgb(56,128,24); }

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

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

 span { border-color: rgb(56,128,24); }

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