#338628

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

Shades of Bilbao #338628

Tints of Bilbao #338628

Color information

#338628 (or 0x338628) is unknown color: approx Bilbao. HEX triplet: 33, 86 and 28. RGB value is (51,134,40). Sum of RGB (Red+Green+Blue) = 51+134+40=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 134 (52.73% from 255 or 59.56% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 134 - color contains mainly: green. Hex color #338628 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338628 is #CC79D7. Grayscale: #626262. Windows color (decimal): -13400536 or 2655795. OLE color: 2655795.

HSL color Cylindrical-coordinate representation of color #338628: hue angle of 112.98º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #338628 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB5113440-
CMYK0.6200.700.47
HSL112.98º54.02%34.12%-
HSV(B)112.98º70.15%52.55%-
XYZ10.2717.914.92-
YUV98.479594.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 134 (52.73% from 255) = 59.56%
BLUE value IS 40 (16.02% from 255) = 17.78%
R=22.67%
G=59.56%
B=17.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51134400.6200.700.47112.9854.0234.12
Hex3386283E0462F713622
Octal6320650760106571616642
Binary11001110000110101000111110010001101011111110001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338628; }

 p { color: rgb(51,134,40); }

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

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

 a { background-color: rgb(51,134,40); }

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

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

 span { border-color: rgb(51,134,40); }

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