#38730B

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

Shades of Bilbao #38730B

Tints of Bilbao #38730B

Color information

#38730B (or 0x38730B) is unknown color: approx Bilbao. HEX triplet: 38, 73 and 0B. RGB value is (56,115,11). Sum of RGB (Red+Green+Blue) = 56+115+11=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 115 (45.31% from 255 or 63.19% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 115 - color contains mainly: green. Hex color #38730B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38730B is #C78CF4. Grayscale: #555555. Windows color (decimal): -13077749 or 750392. OLE color: 750392.

HSL color Cylindrical-coordinate representation of color #38730B: hue angle of 94.04º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38730B is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB5611511-
CMYK0.5100.900.55
HSL94.04º82.54%24.71%-
HSV(B)94.04º90.43%45.1%-
XYZ7.8213.132.44-
YUV85.585.95106.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.77%
GREEN value IS 115 (45.31% from 255) = 63.19%
BLUE value IS 11 (4.69% from 255) = 6.04%
R=30.77%
G=63.19%
B=6.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56115110.5100.900.5594.0482.5424.71
Hex3873B3305A375e5319
Octal70163136301326713612331
Binary11100011100111011110011010110101101111011110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38730B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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