#388F02

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

Shades of Bilbao #388F02

Tints of Bilbao #388F02

Color information

#388F02 (or 0x388F02) is unknown color: approx Bilbao. HEX triplet: 38, 8F and 02. RGB value is (56,143,2). Sum of RGB (Red+Green+Blue) = 56+143+2=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 143 (56.25% from 255 or 71.14% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 143 - color contains mainly: green. Hex color #388F02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388F02 is #C770FD. Grayscale: #656565. Windows color (decimal): -13070590 or 167736. OLE color: 167736.

HSL color Cylindrical-coordinate representation of color #388F02: hue angle of 97.02º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #388F02 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB561432-
CMYK0.6100.990.44
HSL97.02º97.24%28.43%-
HSV(B)97.02º98.6%56.08%-
XYZ11.4620.493.41-
YUV100.9172.1895.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 143 (56.25% from 255) = 71.14%
BLUE value IS 2 (1.17% from 255) = 1.00%
R=27.86%
G=71.14%
B=1.00%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5614320.6100.990.4497.0297.2428.43
Hex388F23D0632C61611c
Octal7021727501435414114134
Binary1110001000111110111101011000111011001100001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388F02; }

 p { color: rgb(56,143,2); }

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

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

 a { background-color: rgb(56,143,2); }

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

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

 span { border-color: rgb(56,143,2); }

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