#38760D

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

Shades of Bilbao #38760D

Tints of Bilbao #38760D

Color information

#38760D (or 0x38760D) is unknown color: approx Bilbao. HEX triplet: 38, 76 and 0D. RGB value is (56,118,13). Sum of RGB (Red+Green+Blue) = 56+118+13=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 118 (46.48% from 255 or 63.10% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 118 - color contains mainly: green. Hex color #38760D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38760D is #C789F2. Grayscale: #575757. Windows color (decimal): -13076979 or 882232. OLE color: 882232.

HSL color Cylindrical-coordinate representation of color #38760D: hue angle of 95.43º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38760D is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB5611813-
CMYK0.5300.890.54
HSL95.43º80.15%25.69%-
HSV(B)95.43º88.98%46.27%-
XYZ8.1813.832.62-
YUV87.4985.96105.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 118 (46.48% from 255) = 63.10%
BLUE value IS 13 (5.47% from 255) = 6.95%
R=29.95%
G=63.10%
B=6.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118130.5300.890.5495.4380.1525.69
Hex3876D35059365f501a
Octal70166156501316613712032
Binary11100011101101101110101010110011101101011111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38760D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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