#338707

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

Shades of Bilbao #338707

Tints of Bilbao #338707

Color information

#338707 (or 0x338707) is unknown color: approx Bilbao. HEX triplet: 33, 87 and 07. RGB value is (51,135,7). Sum of RGB (Red+Green+Blue) = 51+135+7=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 135 (53.12% from 255 or 69.95% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 135 - color contains mainly: green. Hex color #338707 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338707 is #CC78F8. Grayscale: #5F5F5F. Windows color (decimal): -13400313 or 493363. OLE color: 493363.

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

Color convert

RGB511357-
CMYK0.6200.950.47
HSL99.38º90.14%27.84%-
HSV(B)99.38º94.81%52.94%-
XYZ10.0718.053.15-
YUV95.2978.1796.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.42%
GREEN value IS 135 (53.12% from 255) = 69.95%
BLUE value IS 7 (3.12% from 255) = 3.63%
R=26.42%
G=69.95%
B=3.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5113570.6200.950.4799.3890.1427.84
Hex338773E05F2F635a1c
Octal6320777601375714313234
Binary11001110000111111111110010111111011111100011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338707; }

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

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

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

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

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

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

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

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