#38720F

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

Shades of Bilbao #38720F

Tints of Bilbao #38720F

Color information

#38720F (or 0x38720F) is unknown color: approx Bilbao. HEX triplet: 38, 72 and 0F. RGB value is (56,114,15). Sum of RGB (Red+Green+Blue) = 56+114+15=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 114 (44.92% from 255 or 61.62% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 114 - color contains mainly: green. Hex color #38720F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38720F is #C78DF0. Grayscale: #555555. Windows color (decimal): -13078001 or 1012280. OLE color: 1012280.

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

Color convert

RGB5611415-
CMYK0.5100.870.55
HSL95.15º76.74%25.29%-
HSV(B)95.15º86.84%44.71%-
XYZ7.7312.912.54-
YUV85.3788.28107.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.27%
GREEN value IS 114 (44.92% from 255) = 61.62%
BLUE value IS 15 (6.25% from 255) = 8.11%
R=30.27%
G=61.62%
B=8.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114150.5100.870.5595.1576.7425.29
Hex3872F33057375f4d19
Octal70162176301276713711531
Binary11100011100101111110011010101111101111011111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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