#398522

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

Shades of Bilbao #398522

Tints of Bilbao #398522

Color information

#398522 (or 0x398522) is unknown color: approx Bilbao. HEX triplet: 39, 85 and 22. RGB value is (57,133,34). Sum of RGB (Red+Green+Blue) = 57+133+34=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #398522 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398522 is #C67ADD. Grayscale: #636363. Windows color (decimal): -13007582 or 2262329. OLE color: 2262329.

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

Color convert

RGB5713334-
CMYK0.5700.740.48
HSL106.06º59.28%32.75%-
HSV(B)106.06º74.44%52.16%-
XYZ10.3617.764.4-
YUV98.9991.3298.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.45%
GREEN value IS 133 (52.34% from 255) = 59.38%
BLUE value IS 34 (13.67% from 255) = 15.18%
R=25.45%
G=59.38%
B=15.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57133340.5700.740.48106.0659.2832.75
Hex3985223904A306a3b21
Octal7120542710112601527341
Binary11100110000101100010111001010010101100001101010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398522; }

 p { color: rgb(57,133,34); }

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

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

 a { background-color: rgb(57,133,34); }

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

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

 span { border-color: rgb(57,133,34); }

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