#38700B

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

Shades of Bilbao #38700B

Tints of Bilbao #38700B

Color information

#38700B (or 0x38700B) is unknown color: approx Bilbao. HEX triplet: 38, 70 and 0B. RGB value is (56,112,11). Sum of RGB (Red+Green+Blue) = 56+112+11=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 112 (44.14% from 255 or 62.57% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 112 - color contains mainly: green. Hex color #38700B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38700B is #C78FF4. Grayscale: #545454. Windows color (decimal): -13078517 or 749624. OLE color: 749624.

HSL color Cylindrical-coordinate representation of color #38700B: hue angle of 93.27º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38700B is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB5611211-
CMYK0.5000.900.56
HSL93.27º82.11%24.12%-
HSV(B)93.27º90.18%43.92%-
XYZ7.4912.452.33-
YUV83.7486.95108.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.28%
GREEN value IS 112 (44.14% from 255) = 62.57%
BLUE value IS 11 (4.69% from 255) = 6.15%
R=31.28%
G=62.57%
B=6.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56112110.5000.900.5693.2782.1124.12
Hex3870B3205A385d5218
Octal70160136201327013512230
Binary11100011100001011110010010110101110001011101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38700B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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