#3F7330

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

Shades of Bilbao #3F7330

Tints of Bilbao #3F7330

Color information

#3F7330 (or 0x3F7330) is unknown color: approx Bilbao. HEX triplet: 3F, 73 and 30. RGB value is (63,115,48). Sum of RGB (Red+Green+Blue) = 63+115+48=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #3F7330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7330 is #C08CCF. Grayscale: #5C5C5C. Windows color (decimal): -12618960 or 3175231. OLE color: 3175231.

HSL color Cylindrical-coordinate representation of color #3F7330: hue angle of 106.57º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F7330 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB6311548-
CMYK0.4500.580.55
HSL106.57º41.1%31.96%-
HSV(B)106.57º58.26%45.1%-
XYZ8.7113.534.95-
YUV91.81103.27107.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.88%
GREEN value IS 115 (45.31% from 255) = 50.88%
BLUE value IS 48 (19.14% from 255) = 21.24%
R=27.88%
G=50.88%
B=21.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63115480.4500.580.55106.5741.131.96
Hex3F73302D03A376b2920
Octal771636055072671535140
Binary111111111001111000010110101110101101111101011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F7330; }

 p { color: rgb(63,115,48); }

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

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

 a { background-color: rgb(63,115,48); }

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

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

 span { border-color: rgb(63,115,48); }

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