#38782B

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

Shades of Bilbao #38782B

Tints of Bilbao #38782B

Color information

#38782B (or 0x38782B) is unknown color: approx Bilbao. HEX triplet: 38, 78 and 2B. RGB value is (56,120,43). Sum of RGB (Red+Green+Blue) = 56+120+43=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 120 (47.27% from 255 or 54.79% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 120 - color contains mainly: green. Hex color #38782B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38782B is #C787D4. Grayscale: #5C5C5C. Windows color (decimal): -13076437 or 2848824. OLE color: 2848824.

HSL color Cylindrical-coordinate representation of color #38782B: hue angle of 109.87º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38782B is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB5612043-
CMYK0.5300.640.53
HSL109.87º47.24%31.96%-
HSV(B)109.87º64.17%47.06%-
XYZ8.7814.454.61-
YUV92.09100.3102.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.57%
GREEN value IS 120 (47.27% from 255) = 54.79%
BLUE value IS 43 (17.19% from 255) = 19.63%
R=25.57%
G=54.79%
B=19.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56120430.5300.640.53109.8747.2431.96
Hex38782B35040356e2f20
Octal7017053650100651565740
Binary1110001111000101011110101010000001101011101110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,120,43); }

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

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

 a { background-color: rgb(56,120,43); }

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

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

 span { border-color: rgb(56,120,43); }

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