#398E02

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

Shades of Bilbao #398E02

Tints of Bilbao #398E02

Color information

#398E02 (or 0x398E02) is unknown color: approx Bilbao. HEX triplet: 39, 8E and 02. RGB value is (57,142,2). Sum of RGB (Red+Green+Blue) = 57+142+2=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 142 (55.86% from 255 or 70.65% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 142 - color contains mainly: green. Hex color #398E02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398E02 is #C671FD. Grayscale: #656565. Windows color (decimal): -13005310 or 167481. OLE color: 167481.

HSL color Cylindrical-coordinate representation of color #398E02: hue angle of 96.43º 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 #398E02 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB571422-
CMYK0.6000.990.44
HSL96.43º97.22%28.24%-
HSV(B)96.43º98.59%55.69%-
XYZ11.3720.223.36-
YUV100.6272.3496.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.36%
GREEN value IS 142 (55.86% from 255) = 70.65%
BLUE value IS 2 (1.17% from 255) = 1.00%
R=28.36%
G=70.65%
B=1.00%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5714220.6000.990.4496.4397.2228.24
Hex398E23C0632C60611c
Octal7121627401435414014134
Binary1110011000111010111100011000111011001100000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398E02; }

 p { color: rgb(57,142,2); }

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

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

 a { background-color: rgb(57,142,2); }

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

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

 span { border-color: rgb(57,142,2); }

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