#388130

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

Shades of Bilbao #388130

Tints of Bilbao #388130

Color information

#388130 (or 0x388130) is unknown color: approx Bilbao. HEX triplet: 38, 81 and 30. RGB value is (56,129,48). Sum of RGB (Red+Green+Blue) = 56+129+48=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 129 (50.78% from 255 or 55.36% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 129 - color contains mainly: green. Hex color #388130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388130 is #C77ECF. Grayscale: #626262. Windows color (decimal): -13074128 or 3178808. OLE color: 3178808.

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

Color convert

RGB5612948-
CMYK0.5700.630.49
HSL114.07º45.76%34.71%-
HSV(B)114.07º62.79%50.59%-
XYZ10.0116.755.5-
YUV97.9499.8298.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 129 (50.78% from 255) = 55.36%
BLUE value IS 48 (19.14% from 255) = 20.60%
R=24.03%
G=55.36%
B=20.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56129480.5700.630.49114.0745.7634.71
Hex3881303903F31722e23
Octal702016071077611625643
Binary1110001000000111000011100101111111100011110010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388130; }

 p { color: rgb(56,129,48); }

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

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

 a { background-color: rgb(56,129,48); }

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

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

 span { border-color: rgb(56,129,48); }

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