#388121

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

Shades of Bilbao #388121

Tints of Bilbao #388121

Color information

#388121 (or 0x388121) is unknown color: approx Bilbao. HEX triplet: 38, 81 and 21. RGB value is (56,129,33). Sum of RGB (Red+Green+Blue) = 56+129+33=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 129 (50.78% from 255 or 59.17% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 129 - color contains mainly: green. Hex color #388121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388121 is #C77EDE. Grayscale: #606060. Windows color (decimal): -13074143 or 2195768. OLE color: 2195768.

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

Color convert

RGB5612933-
CMYK0.5700.740.49
HSL105.62º59.26%31.76%-
HSV(B)105.62º74.42%50.59%-
XYZ9.7616.654.14-
YUV96.2392.3299.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 129 (50.78% from 255) = 59.17%
BLUE value IS 33 (13.28% from 255) = 15.14%
R=25.69%
G=59.17%
B=15.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56129330.5700.740.49105.6259.2631.76
Hex3881213904A316a3b20
Octal7020141710112611527340
Binary11100010000001100001111001010010101100011101010111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388121; }

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

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

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

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

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

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

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

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