#38890E

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

Shades of Bilbao #38890E

Tints of Bilbao #38890E

Color information

#38890E (or 0x38890E) is unknown color: approx Bilbao. HEX triplet: 38, 89 and 0E. RGB value is (56,137,14). Sum of RGB (Red+Green+Blue) = 56+137+14=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 137 (53.91% from 255 or 66.18% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 137 - color contains mainly: green. Hex color #38890E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38890E is #C776F1. Grayscale: #636363. Windows color (decimal): -13072114 or 952632. OLE color: 952632.

HSL color Cylindrical-coordinate representation of color #38890E: hue angle of 99.51º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38890E is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB5613714-
CMYK0.5900.900.46
HSL99.51º81.46%29.61%-
HSV(B)99.51º89.78%53.73%-
XYZ10.6618.763.48-
YUV98.7680.1697.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.05%
GREEN value IS 137 (53.91% from 255) = 66.18%
BLUE value IS 14 (5.86% from 255) = 6.76%
R=27.05%
G=66.18%
B=6.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56137140.5900.900.4699.5181.4629.61
Hex3889E3B05A2E64511e
Octal70211167301325614412136
Binary111000100010011110111011010110101011101100100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38890E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38890E; }

 p { color: rgb(56,137,14); }

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

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

 a { background-color: rgb(56,137,14); }

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

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

 span { border-color: rgb(56,137,14); }

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