#38730E

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

Shades of Bilbao #38730E

Tints of Bilbao #38730E

Color information

#38730E (or 0x38730E) is unknown color: approx Bilbao. HEX triplet: 38, 73 and 0E. RGB value is (56,115,14). Sum of RGB (Red+Green+Blue) = 56+115+14=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 115 (45.31% from 255 or 62.16% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 115 - color contains mainly: green. Hex color #38730E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38730E is #C78CF1. Grayscale: #565656. Windows color (decimal): -13077746 or 947000. OLE color: 947000.

HSL color Cylindrical-coordinate representation of color #38730E: hue angle of 95.05º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38730E is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB5611514-
CMYK0.5100.880.55
HSL95.05º78.29%25.29%-
HSV(B)95.05º87.83%45.1%-
XYZ7.8413.132.54-
YUV85.8487.45106.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.27%
GREEN value IS 115 (45.31% from 255) = 62.16%
BLUE value IS 14 (5.86% from 255) = 7.57%
R=30.27%
G=62.16%
B=7.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56115140.5100.880.5595.0578.2925.29
Hex3873E33058375f4e19
Octal70163166301306713711631
Binary11100011100111110110011010110001101111011111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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