#38700D

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

Shades of Bilbao #38700D

Tints of Bilbao #38700D

Color information

#38700D (or 0x38700D) is unknown color: approx Bilbao. HEX triplet: 38, 70 and 0D. RGB value is (56,112,13). Sum of RGB (Red+Green+Blue) = 56+112+13=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #38700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38700D is #C78FF2. Grayscale: #545454. Windows color (decimal): -13078515 or 880696. OLE color: 880696.

HSL color Cylindrical-coordinate representation of color #38700D: hue angle of 93.94º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38700D is Cyan = 0.50, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB5611213-
CMYK0.5000.880.56
HSL93.94º79.2%24.51%-
HSV(B)93.94º88.39%43.92%-
XYZ7.512.462.39-
YUV83.9787.95108.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 112 (44.14% from 255) = 61.88%
BLUE value IS 13 (5.47% from 255) = 7.18%
R=30.94%
G=61.88%
B=7.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56112130.5000.880.5693.9479.224.51
Hex3870D32058385e4f19
Octal70160156201307013611731
Binary11100011100001101110010010110001110001011110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38700D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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