#38862E

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

Shades of Bilbao #38862E

Tints of Bilbao #38862E

Color information

#38862E (or 0x38862E) is unknown color: approx Bilbao. HEX triplet: 38, 86 and 2E. RGB value is (56,134,46). Sum of RGB (Red+Green+Blue) = 56+134+46=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 134 (52.73% from 255 or 56.78% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 134 - color contains mainly: green. Hex color #38862E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38862E is #C779D1. Grayscale: #646464. Windows color (decimal): -13072850 or 3049016. OLE color: 3049016.

HSL color Cylindrical-coordinate representation of color #38862E: hue angle of 113.18º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38862E is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB5613446-
CMYK0.5800.660.47
HSL113.18º48.89%35.29%-
HSV(B)113.18º65.67%52.55%-
XYZ10.6518.095.51-
YUV100.6597.1696.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 134 (52.73% from 255) = 56.78%
BLUE value IS 46 (18.36% from 255) = 19.49%
R=23.73%
G=56.78%
B=19.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56134460.5800.660.47113.1848.8935.29
Hex38862E3A0422F713123
Octal7020656720102571616143
Binary11100010000110101110111010010000101011111110001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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