#38740D

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

Shades of Bilbao #38740D

Tints of Bilbao #38740D

Color information

#38740D (or 0x38740D) is unknown color: approx Bilbao. HEX triplet: 38, 74 and 0D. RGB value is (56,116,13). Sum of RGB (Red+Green+Blue) = 56+116+13=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 116 (45.70% from 255 or 62.70% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 116 - color contains mainly: green. Hex color #38740D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38740D is #C78BF2. Grayscale: #565656. Windows color (decimal): -13077491 or 881720. OLE color: 881720.

HSL color Cylindrical-coordinate representation of color #38740D: hue angle of 94.95º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38740D is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB5611613-
CMYK0.5200.890.55
HSL94.95º79.84%25.29%-
HSV(B)94.95º88.79%45.49%-
XYZ7.9513.362.54-
YUV86.3286.62106.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.27%
GREEN value IS 116 (45.70% from 255) = 62.70%
BLUE value IS 13 (5.47% from 255) = 7.03%
R=30.27%
G=62.70%
B=7.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56116130.5200.890.5594.9579.8425.29
Hex3874D34059375f5019
Octal70164156401316713712031
Binary11100011101001101110100010110011101111011111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38740D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38740D; }

 p { color: rgb(56,116,13); }

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

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

 a { background-color: rgb(56,116,13); }

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

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

 span { border-color: rgb(56,116,13); }

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