#38710F

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

Shades of Bilbao #38710F

Tints of Bilbao #38710F

Color information

#38710F (or 0x38710F) is unknown color: approx Bilbao. HEX triplet: 38, 71 and 0F. RGB value is (56,113,15). Sum of RGB (Red+Green+Blue) = 56+113+15=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #38710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38710F is #C78EF0. Grayscale: #555555. Windows color (decimal): -13078257 or 1012024. OLE color: 1012024.

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

Color convert

RGB5611315-
CMYK0.5000.870.56
HSL94.9º76.56%25.1%-
HSV(B)94.9º86.73%44.31%-
XYZ7.6212.692.5-
YUV84.7888.62107.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 113 (44.53% from 255) = 61.41%
BLUE value IS 15 (6.25% from 255) = 8.15%
R=30.43%
G=61.41%
B=8.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56113150.5000.870.5694.976.5625.1
Hex3871F32057385f4d19
Octal70161176201277013711531
Binary11100011100011111110010010101111110001011111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38710F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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