#308422

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

Shades of Bilbao #308422

Tints of Bilbao #308422

Color information

#308422 (or 0x308422) is unknown color: approx Bilbao. HEX triplet: 30, 84 and 22. RGB value is (48,132,34). Sum of RGB (Red+Green+Blue) = 48+132+34=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 132 (51.95% from 255 or 61.68% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 132 - color contains mainly: green. Hex color #308422 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308422 is #CF7BDD. Grayscale: #606060. Windows color (decimal): -13597662 or 2262064. OLE color: 2262064.

HSL color Cylindrical-coordinate representation of color #308422: hue angle of 111.43º 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 #308422 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB4813234-
CMYK0.6400.740.48
HSL111.43º59.04%32.55%-
HSV(B)111.43º74.24%51.76%-
XYZ9.7617.254.33-
YUV95.7193.1793.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.43%
GREEN value IS 132 (51.95% from 255) = 61.68%
BLUE value IS 34 (13.67% from 255) = 15.89%
R=22.43%
G=61.68%
B=15.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48132340.6400.740.48111.4359.0432.55
Hex3084224004A306f3b21
Octal60204421000112601577341
Binary110000100001001000101000000010010101100001101111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308422; }

 p { color: rgb(48,132,34); }

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

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

 a { background-color: rgb(48,132,34); }

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

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

 span { border-color: rgb(48,132,34); }

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