#38792E

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

Shades of Bilbao #38792E

Tints of Bilbao #38792E

Color information

#38792E (or 0x38792E) is unknown color: approx Bilbao. HEX triplet: 38, 79 and 2E. RGB value is (56,121,46). Sum of RGB (Red+Green+Blue) = 56+121+46=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #38792E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38792E is #C786D1. Grayscale: #5D5D5D. Windows color (decimal): -13076178 or 3045688. OLE color: 3045688.

HSL color Cylindrical-coordinate representation of color #38792E: hue angle of 112º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38792E is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB5612146-
CMYK0.5400.620.53
HSL112º44.91%32.75%-
HSV(B)112º61.98%47.45%-
XYZ8.9614.714.95-
YUV93.02101.47101.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.11%
GREEN value IS 121 (47.66% from 255) = 54.26%
BLUE value IS 46 (18.36% from 255) = 20.63%
R=25.11%
G=54.26%
B=20.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56121460.5400.620.5311244.9132.75
Hex38792E3603E35702d21
Octal701715666076651605541
Binary111000111100110111011011001111101101011110000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38792E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38792E; }

 p { color: rgb(56,121,46); }

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

<style>
 a { background-color: #38792E; }

 a { background-color: rgb(56,121,46); }

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

<style>
 span { border-color: #38792E; }

 span { border-color: rgb(56,121,46); }

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