#38872A

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

Shades of Bilbao #38872A

Tints of Bilbao #38872A

Color information

#38872A (or 0x38872A) is unknown color: approx Bilbao. HEX triplet: 38, 87 and 2A. RGB value is (56,135,42). Sum of RGB (Red+Green+Blue) = 56+135+42=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 135 (53.12% from 255 or 57.94% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 135 - color contains mainly: green. Hex color #38872A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38872A is #C778D5. Grayscale: #656565. Windows color (decimal): -13072598 or 2787128. OLE color: 2787128.

HSL color Cylindrical-coordinate representation of color #38872A: hue angle of 110.97º degrees, saturation: 0.53, 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 #38872A is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB5613542-
CMYK0.5900.690.47
HSL110.97º52.54%34.71%-
HSV(B)110.97º68.89%52.94%-
XYZ10.7118.345.17-
YUV100.7894.8396.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 135 (53.12% from 255) = 57.94%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=24.03%
G=57.94%
B=18.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56135420.5900.690.47110.9752.5434.71
Hex38872A3B0452F6f3523
Octal7020752730105571576543
Binary11100010000111101010111011010001011011111101111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38872A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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