#38822A

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

Shades of Bilbao #38822A

Tints of Bilbao #38822A

Color information

#38822A (or 0x38822A) is unknown color: approx Bilbao. HEX triplet: 38, 82 and 2A. RGB value is (56,130,42). Sum of RGB (Red+Green+Blue) = 56+130+42=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #38822A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38822A is #C77DD5. Grayscale: #626262. Windows color (decimal): -13073878 or 2785848. OLE color: 2785848.

HSL color Cylindrical-coordinate representation of color #38822A: hue angle of 110.45º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38822A is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB5613042-
CMYK0.5700.680.49
HSL110.45º51.16%33.73%-
HSV(B)110.45º67.69%50.98%-
XYZ10.0316.974.94-
YUV97.8496.4898.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 130 (51.17% from 255) = 57.02%
BLUE value IS 42 (16.80% from 255) = 18.42%
R=24.56%
G=57.02%
B=18.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56130420.5700.680.49110.4551.1633.73
Hex38822A39044316e3322
Octal7020252710104611566342
Binary11100010000010101010111001010001001100011101110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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