#398602

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

Shades of Bilbao #398602

Tints of Bilbao #398602

Color information

#398602 (or 0x398602) is unknown color: approx Bilbao. HEX triplet: 39, 86 and 02. RGB value is (57,134,2). Sum of RGB (Red+Green+Blue) = 57+134+2=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 134 (52.73% from 255 or 69.43% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 134 - color contains mainly: green. Hex color #398602 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398602 is #C679FD. Grayscale: #606060. Windows color (decimal): -13007358 or 165433. OLE color: 165433.

HSL color Cylindrical-coordinate representation of color #398602: hue angle of 95º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #398602 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB571342-
CMYK0.5700.990.47
HSL95º97.06%26.67%-
HSV(B)95º98.51%52.55%-
XYZ10.2217.922.98-
YUV95.9374.99100.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.53%
GREEN value IS 134 (52.73% from 255) = 69.43%
BLUE value IS 2 (1.17% from 255) = 1.04%
R=29.53%
G=69.43%
B=1.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5713420.5700.990.479597.0626.67
Hex39862390632F5f611b
Octal7120627101435713714133
Binary1110011000011010111001011000111011111011111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398602; }

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

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

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

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

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

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

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

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