#38881A

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

Shades of Bilbao #38881A

Tints of Bilbao #38881A

Color information

#38881A (or 0x38881A) is unknown color: approx Bilbao. HEX triplet: 38, 88 and 1A. RGB value is (56,136,26). Sum of RGB (Red+Green+Blue) = 56+136+26=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 136 (53.52% from 255 or 62.39% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 136 - color contains mainly: green. Hex color #38881A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38881A is #C777E5. Grayscale: #636363. Windows color (decimal): -13072358 or 1738808. OLE color: 1738808.

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

Color convert

RGB5613626-
CMYK0.5900.810.47
HSL103.64º67.9%31.76%-
HSV(B)103.64º80.88%53.33%-
XYZ10.6218.523.99-
YUV99.5486.596.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 136 (53.52% from 255) = 62.39%
BLUE value IS 26 (10.55% from 255) = 11.93%
R=25.69%
G=62.39%
B=11.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56136260.5900.810.47103.6467.931.76
Hex38881A3B0512F684420
Octal70210327301215715010440
Binary11100010001000110101110110101000110111111010001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38881A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,136,26); }

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

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

 a { background-color: rgb(56,136,26); }

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

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

 span { border-color: rgb(56,136,26); }

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