#3F7323

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

Shades of Bilbao #3F7323

Tints of Bilbao #3F7323

Color information

#3F7323 (or 0x3F7323) is unknown color: approx Bilbao. HEX triplet: 3F, 73 and 23. RGB value is (63,115,35). Sum of RGB (Red+Green+Blue) = 63+115+35=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 115 (45.31% from 255 or 53.99% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 115 - color contains mainly: green. Hex color #3F7323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7323 is #C08CDC. Grayscale: #5A5A5A. Windows color (decimal): -12618973 or 2323263. OLE color: 2323263.

HSL color Cylindrical-coordinate representation of color #3F7323: hue angle of 99º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F7323 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB6311535-
CMYK0.4500.700.55
HSL99º53.33%29.41%-
HSV(B)99º69.57%45.1%-
XYZ8.4813.443.74-
YUV90.3396.77108.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.58%
GREEN value IS 115 (45.31% from 255) = 53.99%
BLUE value IS 35 (14.06% from 255) = 16.43%
R=29.58%
G=53.99%
B=16.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63115350.4500.700.559953.3329.41
Hex3F73232D0463763351d
Octal7716343550106671436535
Binary111111111001110001110110101000110110111110001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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