#38862A

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

Shades of Bilbao #38862A

Tints of Bilbao #38862A

Color information

#38862A (or 0x38862A) is unknown color: approx Bilbao. HEX triplet: 38, 86 and 2A. RGB value is (56,134,42). Sum of RGB (Red+Green+Blue) = 56+134+42=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #38862A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38862A is #C779D5. Grayscale: #646464. Windows color (decimal): -13072854 or 2786872. OLE color: 2786872.

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

Color convert

RGB5613442-
CMYK0.5800.690.47
HSL110.87º52.27%34.51%-
HSV(B)110.87º68.66%52.55%-
XYZ10.5718.065.12-
YUV100.1995.1696.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 134 (52.73% from 255) = 57.76%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=24.14%
G=57.76%
B=18.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56134420.5800.690.47110.8752.2734.51
Hex38862A3A0452F6f3423
Octal7020652720105571576443
Binary11100010000110101010111010010001011011111101111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38862A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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