#338706

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

Shades of Bilbao #338706

Tints of Bilbao #338706

Color information

#338706 (or 0x338706) is unknown color: approx Bilbao. HEX triplet: 33, 87 and 06. RGB value is (51,135,6). Sum of RGB (Red+Green+Blue) = 51+135+6=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 135 (53.12% from 255 or 70.31% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 135 - color contains mainly: green. Hex color #338706 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338706 is #CC78F9. Grayscale: #5F5F5F. Windows color (decimal): -13400314 or 427827. OLE color: 427827.

HSL color Cylindrical-coordinate representation of color #338706: hue angle of 99.07º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #338706 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB511356-
CMYK0.6200.960.47
HSL99.07º91.49%27.65%-
HSV(B)99.07º95.56%52.94%-
XYZ10.0618.043.12-
YUV95.1877.6796.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.56%
GREEN value IS 135 (53.12% from 255) = 70.31%
BLUE value IS 6 (2.73% from 255) = 3.12%
R=26.56%
G=70.31%
B=3.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5113560.6200.960.4799.0791.4927.65
Hex338763E0602F635b1c
Octal6320767601405714313334
Binary11001110000111110111110011000001011111100011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338706; }

 p { color: rgb(51,135,6); }

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

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

 a { background-color: rgb(51,135,6); }

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

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

 span { border-color: rgb(51,135,6); }

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