#38710B

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

Shades of Bilbao #38710B

Tints of Bilbao #38710B

Color information

#38710B (or 0x38710B) is unknown color: approx Bilbao. HEX triplet: 38, 71 and 0B. RGB value is (56,113,11). Sum of RGB (Red+Green+Blue) = 56+113+11=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #38710B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38710B is #C78EF4. Grayscale: #545454. Windows color (decimal): -13078261 or 749880. OLE color: 749880.

HSL color Cylindrical-coordinate representation of color #38710B: hue angle of 93.53º 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 #38710B is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB5611311-
CMYK0.5000.900.56
HSL93.53º82.26%24.31%-
HSV(B)93.53º90.27%44.31%-
XYZ7.612.682.36-
YUV84.3386.62107.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 113 (44.53% from 255) = 62.78%
BLUE value IS 11 (4.69% from 255) = 6.11%
R=31.11%
G=62.78%
B=6.11%

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
Decimal56113110.5000.900.5693.5382.2624.31
Hex3871B3205A385e5218
Octal70161136201327013612230
Binary11100011100011011110010010110101110001011110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38710B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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