#3F7830

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

Shades of Bilbao #3F7830

Tints of Bilbao #3F7830

Color information

#3F7830 (or 0x3F7830) is unknown color: approx Bilbao. HEX triplet: 3F, 78 and 30. RGB value is (63,120,48). Sum of RGB (Red+Green+Blue) = 63+120+48=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #3F7830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7830 is #C087CF. Grayscale: #5E5E5E. Windows color (decimal): -12617680 or 3176511. OLE color: 3176511.

HSL color Cylindrical-coordinate representation of color #3F7830: hue angle of 107.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F7830 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB6312048-
CMYK0.4800.600.53
HSL107.5º42.86%32.94%-
HSV(B)107.5º60%47.06%-
XYZ9.314.75.14-
YUV94.75101.62105.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.27%
GREEN value IS 120 (47.27% from 255) = 51.95%
BLUE value IS 48 (19.14% from 255) = 20.78%
R=27.27%
G=51.95%
B=20.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63120480.4800.600.53107.542.8632.94
Hex3F78303003C356c2b21
Octal771706060074651545341
Binary111111111100011000011000001111001101011101100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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