#38790E

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

Shades of Bilbao #38790E

Tints of Bilbao #38790E

Color information

#38790E (or 0x38790E) is unknown color: approx Bilbao. HEX triplet: 38, 79 and 0E. RGB value is (56,121,14). Sum of RGB (Red+Green+Blue) = 56+121+14=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 121 (47.66% from 255 or 63.35% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 121 - color contains mainly: green. Hex color #38790E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38790E is #C786F1. Grayscale: #595959. Windows color (decimal): -13076210 or 948536. OLE color: 948536.

HSL color Cylindrical-coordinate representation of color #38790E: hue angle of 96.45º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38790E is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB5612114-
CMYK0.5400.880.53
HSL96.45º79.26%26.47%-
HSV(B)96.45º88.43%47.45%-
XYZ8.5514.552.77-
YUV89.3785.47104.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 121 (47.66% from 255) = 63.35%
BLUE value IS 14 (5.86% from 255) = 7.33%
R=29.32%
G=63.35%
B=7.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121140.5400.880.5396.4579.2626.47
Hex3879E3605835604f1a
Octal70171166601306514011732
Binary11100011110011110110110010110001101011100000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38790E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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